#859A3F

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

Shades of Wasabi #859A3F

Tints of Wasabi #859A3F

Color information

#859A3F (or 0x859A3F) is unknown color: approx Wasabi. HEX triplet: 85, 9A and 3F. RGB value is (133,154,63). Sum of RGB (Red+Green+Blue) = 133+154+63=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #859A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A3F is #7A65C0. Grayscale: #898989. Windows color (decimal): -8021441 or 4168325. OLE color: 4168325.

HSL color Cylindrical-coordinate representation of color #859A3F: hue angle of 73.85º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #859A3F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB13315463-
CMYK0.1400.590.40
HSL73.85º41.94%42.55%-
HSV(B)73.85º59.09%60.39%-
XYZ22.1328.469.03-
YUV137.3586.04124.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 63 (25% from 255) = 18%
R=38%
G=44%
B=18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133154630.1400.590.4073.8541.9442.55
Hex859A3FE03B284a2a2b
Octal2052327716073501125253
Binary1000010110011010111111111001110111010001001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,154,63); }

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

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

 a { background-color: rgb(133,154,63); }

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

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

 span { border-color: rgb(133,154,63); }

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