#858E3C

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

Shades of Wasabi #858E3C

Tints of Wasabi #858E3C

Color information

#858E3C (or 0x858E3C) is unknown color: approx Wasabi. HEX triplet: 85, 8E and 3C. RGB value is (133,142,60). Sum of RGB (Red+Green+Blue) = 133+142+60=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #858E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E3C is #7A71C3. Grayscale: #828282. Windows color (decimal): -8024516 or 3968645. OLE color: 3968645.

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

Color convert

RGB13314260-
CMYK0.0600.580.44
HSL66.59º40.59%39.61%-
HSV(B)66.59º57.75%55.69%-
XYZ20.1624.667.97-
YUV129.9688.52130.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=39.70%
G=42.39%
B=17.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133142600.0600.580.4466.5940.5939.61
Hex858E3C603A2C432928
Octal205216746072541035150
Binary100001011000111011110011001110101011001000011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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