#859949

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

Shades of Wasabi #859949

Tints of Wasabi #859949

Color information

#859949 (or 0x859949) is unknown color: approx Wasabi. HEX triplet: 85, 99 and 49. RGB value is (133,153,73). Sum of RGB (Red+Green+Blue) = 133+153+73=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #859949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859949 is #7A66B6. Grayscale: #8A8A8A. Windows color (decimal): -8021687 or 4823429. OLE color: 4823429.

HSL color Cylindrical-coordinate representation of color #859949: hue angle of 75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #859949 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB13315373-
CMYK0.1300.520.4
HSL75º35.4%44.31%-
HSV(B)75º52.29%60%-
XYZ22.2728.2510.58-
YUV137.991.37124.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=37.05%
G=42.62%
B=20.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153730.1300.520.47535.444.31
Hex859949D034284b232c
Octal20523111115064501134354
Binary10000101100110011001001110101101001010001001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859949; }

 p { color: rgb(133,153,73); }

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

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

 a { background-color: rgb(133,153,73); }

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

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

 span { border-color: rgb(133,153,73); }

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