#859332

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

Shades of Wasabi #859332

Tints of Wasabi #859332

Color information

#859332 (or 0x859332) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 32. RGB value is (133,147,50). Sum of RGB (Red+Green+Blue) = 133+147+50=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #859332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859332 is #7A6CCD. Grayscale: #848484. Windows color (decimal): -8023246 or 3314565. OLE color: 3314565.

HSL color Cylindrical-coordinate representation of color #859332: hue angle of 68.66º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #859332 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13314750-
CMYK0.1000.660.42
HSL68.66º49.24%38.63%-
HSV(B)68.66º65.99%57.65%-
XYZ20.6826.086.96-
YUV131.7681.86128.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=40.30%
G=44.55%
B=15.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147500.1000.660.4268.6649.2438.63
Hex859332A0422A453127
Octal20522362120102521056147
Binary10000101100100111100101010010000101010101000101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859332; }

 p { color: rgb(133,147,50); }

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

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

 a { background-color: rgb(133,147,50); }

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

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

 span { border-color: rgb(133,147,50); }

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