#859549

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

Shades of Wasabi #859549

Tints of Wasabi #859549

Color information

#859549 (or 0x859549) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 49. RGB value is (133,149,73). Sum of RGB (Red+Green+Blue) = 133+149+73=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #859549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859549 is #7A6AB6. Grayscale: #878787. Windows color (decimal): -8022711 or 4822405. OLE color: 4822405.

HSL color Cylindrical-coordinate representation of color #859549: hue angle of 72.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #859549 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB13314973-
CMYK0.1100.510.42
HSL72.63º34.23%43.53%-
HSV(B)72.63º51.01%58.43%-
XYZ21.6226.9610.37-
YUV135.5592.7126.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=37.46%
G=41.97%
B=20.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149730.1100.510.4272.6334.2343.53
Hex859549B0332A49222c
Octal20522511113063521114254
Binary10000101100101011001001101101100111010101001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859549; }

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

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

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

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

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

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

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

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