#808D4D

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

Shades of Wasabi #808D4D

Tints of Wasabi #808D4D

Color information

#808D4D (or 0x808D4D) is unknown color: approx Wasabi. HEX triplet: 80, 8D and 4D. RGB value is (128,141,77). Sum of RGB (Red+Green+Blue) = 128+141+77=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #808D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D4D is #7F72B2. Grayscale: #828282. Windows color (decimal): -8352435 or 5082496. OLE color: 5082496.

HSL color Cylindrical-coordinate representation of color #808D4D: hue angle of 72.19º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808D4D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB12814177-
CMYK0.0900.450.45
HSL72.19º29.36%42.75%-
HSV(B)72.19º45.39%55.29%-
XYZ19.7724.1710.65-
YUV129.8298.19126.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=36.99%
G=40.75%
B=22.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141770.0900.450.4572.1929.3642.75
Hex808D4D902D2D481d2b
Octal20021511511055551103553
Binary1000000010001101100110110010101101101101100100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D4D; }

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

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

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

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

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

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

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

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