#859D3B

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

Shades of Wasabi #859D3B

Tints of Wasabi #859D3B

Color information

#859D3B (or 0x859D3B) is unknown color: approx Wasabi. HEX triplet: 85, 9D and 3B. RGB value is (133,157,59). Sum of RGB (Red+Green+Blue) = 133+157+59=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #859D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D3B is #7A62C4. Grayscale: #8B8B8B. Windows color (decimal): -8020677 or 3906949. OLE color: 3906949.

HSL color Cylindrical-coordinate representation of color #859D3B: hue angle of 74.69º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859D3B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB13315759-
CMYK0.1500.620.38
HSL74.69º45.37%42.35%-
HSV(B)74.69º62.42%61.57%-
XYZ22.5229.428.63-
YUV138.6583.05123.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=38.11%
G=44.99%
B=16.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133157590.1500.620.3874.6945.3742.35
Hex859D3BF03E264b2d2a
Octal2052357317076461135552
Binary1000010110011101111011111101111101001101001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859D3B; }

 p { color: rgb(133,157,59); }

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

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

 a { background-color: rgb(133,157,59); }

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

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

 span { border-color: rgb(133,157,59); }

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