#859D45

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

Shades of Wasabi #859D45

Tints of Wasabi #859D45

Color information

#859D45 (or 0x859D45) is unknown color: approx Wasabi. HEX triplet: 85, 9D and 45. RGB value is (133,157,69). Sum of RGB (Red+Green+Blue) = 133+157+69=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #859D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D45 is #7A62BA. Grayscale: #8C8C8C. Windows color (decimal): -8020667 or 4562309. OLE color: 4562309.

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

Color convert

RGB13315769-
CMYK0.1500.560.38
HSL76.36º38.94%44.31%-
HSV(B)76.36º56.05%61.57%-
XYZ22.829.5310.13-
YUV139.7988.05123.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=37.05%
G=43.73%
B=19.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133157690.1500.560.3876.3638.9444.31
Hex859D45F038264c272c
Octal20523510517070461144754
Binary10000101100111011000101111101110001001101001100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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