#809044

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

Shades of Wasabi #809044

Tints of Wasabi #809044

Color information

#809044 (or 0x809044) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 44. RGB value is (128,144,68). Sum of RGB (Red+Green+Blue) = 128+144+68=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #809044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809044 is #7F6FBB. Grayscale: #828282. Windows color (decimal): -8351676 or 4493440. OLE color: 4493440.

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

Color convert

RGB12814468-
CMYK0.1100.530.44
HSL72.63º35.85%41.57%-
HSV(B)72.63º52.78%56.47%-
XYZ19.9224.959.24-
YUV130.5592.7126.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 68 (26.95% from 255) = 20%
R=37.65%
G=42.35%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144680.1100.530.4472.6335.8541.57
Hex809044B0352C49242a
Octal20022010413065541114452
Binary10000000100100001000100101101101011011001001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809044; }

 p { color: rgb(128,144,68); }

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

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

 a { background-color: rgb(128,144,68); }

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

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

 span { border-color: rgb(128,144,68); }

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