#809045

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

Shades of Wasabi #809045

Tints of Wasabi #809045

Color information

#809045 (or 0x809045) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 45. RGB value is (128,144,69). Sum of RGB (Red+Green+Blue) = 128+144+69=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #809045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809045 is #7F6FBA. Grayscale: #828282. Windows color (decimal): -8351675 or 4558976. OLE color: 4558976.

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

Color convert

RGB12814469-
CMYK0.1100.520.44
HSL72.8º35.21%41.76%-
HSV(B)72.8º52.08%56.47%-
XYZ19.9524.979.4-
YUV130.6793.2126.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=37.54%
G=42.23%
B=20.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144690.1100.520.4472.835.2141.76
Hex809045B0342C49232a
Octal20022010513064541114352
Binary10000000100100001000101101101101001011001001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809045; }

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

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

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

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

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

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

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

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