#809046

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

Shades of Wasabi #809046

Tints of Wasabi #809046

Color information

#809046 (or 0x809046) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 46. RGB value is (128,144,70). Sum of RGB (Red+Green+Blue) = 128+144+70=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #809046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809046 is #7F6FB9. Grayscale: #838383. Windows color (decimal): -8351674 or 4624512. OLE color: 4624512.

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

Color convert

RGB12814470-
CMYK0.1100.510.44
HSL72.97º34.58%41.96%-
HSV(B)72.97º51.39%56.47%-
XYZ19.9824.989.56-
YUV130.7893.7126.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=37.43%
G=42.11%
B=20.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144700.1100.510.4472.9734.5841.96
Hex809046B0332C49232a
Octal20022010613063541114352
Binary10000000100100001000110101101100111011001001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809046; }

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

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

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

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

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

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

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

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