#80904D

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

Shades of Wasabi #80904D

Tints of Wasabi #80904D

Color information

#80904D (or 0x80904D) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 4D. RGB value is (128,144,77). Sum of RGB (Red+Green+Blue) = 128+144+77=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #80904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80904D is #7F6FB2. Grayscale: #838383. Windows color (decimal): -8351667 or 5083264. OLE color: 5083264.

HSL color Cylindrical-coordinate representation of color #80904D: hue angle of 74.33º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80904D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB12814477-
CMYK0.1100.470.44
HSL74.33º30.32%43.33%-
HSV(B)74.33º46.53%56.47%-
XYZ20.2125.0710.8-
YUV131.5897.2125.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=36.68%
G=41.26%
B=22.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144770.1100.470.4474.3330.3243.33
Hex80904DB02F2C4a1e2b
Octal20022011513057541123653
Binary1000000010010000100110110110101111101100100101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80904D; }

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

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

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

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

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

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

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

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