#859237

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

Shades of Wasabi #859237

Tints of Wasabi #859237

Color information

#859237 (or 0x859237) is unknown color: approx Wasabi. HEX triplet: 85, 92 and 37. RGB value is (133,146,55). Sum of RGB (Red+Green+Blue) = 133+146+55=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #859237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859237 is #7A6DC8. Grayscale: #848484. Windows color (decimal): -8023497 or 3641989. OLE color: 3641989.

HSL color Cylindrical-coordinate representation of color #859237: hue angle of 68.57º 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 #859237 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB13314655-
CMYK0.0900.620.43
HSL68.57º45.27%39.41%-
HSV(B)68.57º62.33%57.25%-
XYZ20.6425.827.51-
YUV131.7484.69128.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 55 (21.88% from 255) = 16.47%
R=39.82%
G=43.71%
B=16.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146550.0900.620.4368.5745.2739.41
Hex859237903E2B452d27
Octal2052226711076531055547
Binary1000010110010010110111100101111101010111000101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859237; }

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

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

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

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

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

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

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

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