#859732

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

Shades of Wasabi #859732

Tints of Wasabi #859732

Color information

#859732 (or 0x859732) is unknown color: approx Wasabi. HEX triplet: 85, 97 and 32. RGB value is (133,151,50). Sum of RGB (Red+Green+Blue) = 133+151+50=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #859732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859732 is #7A68CD. Grayscale: #868686. Windows color (decimal): -8022222 or 3315589. OLE color: 3315589.

HSL color Cylindrical-coordinate representation of color #859732: hue angle of 70.69º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #859732 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB13315150-
CMYK0.1200.670.41
HSL70.69º50.25%39.41%-
HSV(B)70.69º66.89%59.22%-
XYZ21.3227.357.17-
YUV134.180.54127.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 45.21%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=39.82%
G=45.21%
B=14.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151500.1200.670.4170.6950.2539.41
Hex859732C04329473227
Octal20522762140103511076247
Binary10000101100101111100101100010000111010011000111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859732; }

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

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

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

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

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

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

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

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