#858E31

Color #858E31 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #858E31

Tints of Wasabi #858E31

Color information

#858E31 (or 0x858E31) is unknown color: approx Wasabi. HEX triplet: 85, 8E and 31. RGB value is (133,142,49). Sum of RGB (Red+Green+Blue) = 133+142+49=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #858E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E31 is #7A71CE. Grayscale: #818181. Windows color (decimal): -8024527 or 3247749. OLE color: 3247749.

HSL color Cylindrical-coordinate representation of color #858E31: hue angle of 65.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #858E31 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB13314249-
CMYK0.0600.650.44
HSL65.81º48.69%37.45%-
HSV(B)65.81º65.49%55.69%-
XYZ19.924.556.6-
YUV128.7183.02131.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=41.05%
G=43.83%
B=15.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133142490.0600.650.4465.8148.6937.45
Hex858E3160412C423125
Octal2052166160101541026145
Binary1000010110001110110001110010000011011001000010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858E31; }

 p { color: rgb(133,142,49); }

 H1.HeaderClassName
 {
   color: #858E31;
 }
 .AnyTagClassName
 {
   color: #858E31;
 }
</style>
background-color css

<style>
 a { background-color: #858E31; }

 a { background-color: rgb(133,142,49); }

 div.DivClassName
 {
   background-color: #858E31;
 }
 .BgClassName
 {
   background-color: #858E31;
 }
</style>
border-color css

<style>
 span { border-color: #858E31; }

 span { border-color: rgb(133,142,49); }

 td.TdClassName
 {
   border-color: #858E31;
 }
 .TagClassName
 {
   border-color: #858E31;
 }
</style>