#808444

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

Shades of Wasabi #808444

Tints of Wasabi #808444

Color information

#808444 (or 0x808444) is unknown color: approx Wasabi. HEX triplet: 80, 84 and 44. RGB value is (128,132,68). Sum of RGB (Red+Green+Blue) = 128+132+68=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #808444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808444 is #7F7BBB. Grayscale: #7B7B7B. Windows color (decimal): -8354748 or 4490368. OLE color: 4490368.

HSL color Cylindrical-coordinate representation of color #808444: hue angle of 63.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808444 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB12813268-
CMYK0.0300.480.48
HSL63.75º32%39.22%-
HSV(B)63.75º48.48%51.76%-
XYZ18.221.518.66-
YUV123.5196.67131.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=39.02%
G=40.24%
B=20.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132680.0300.480.4863.753239.22
Hex808444303030402027
Octal2002041043060601004047
Binary100000001000010010001001101100001100001000000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808444; }

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

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

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

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

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

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

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

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