#859137

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

Shades of Wasabi #859137

Tints of Wasabi #859137

Color information

#859137 (or 0x859137) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 37. RGB value is (133,145,55). Sum of RGB (Red+Green+Blue) = 133+145+55=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #859137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859137 is #7A6EC8. Grayscale: #838383. Windows color (decimal): -8023753 or 3641733. OLE color: 3641733.

HSL color Cylindrical-coordinate representation of color #859137: hue angle of 68º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859137 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB13314555-
CMYK0.0800.620.43
HSL68º45%39.22%-
HSV(B)68º62.07%56.86%-
XYZ20.4925.517.46-
YUV131.1585.02129.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 55 (21.88% from 255) = 16.52%
R=39.94%
G=43.54%
B=16.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145550.0800.620.43684539.22
Hex859137803E2B442d27
Octal2052216710076531045547
Binary1000010110010001110111100001111101010111000100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859137; }

 p { color: rgb(133,145,55); }

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

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

 a { background-color: rgb(133,145,55); }

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

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

 span { border-color: rgb(133,145,55); }

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