#808731

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

Shades of Wasabi #808731

Tints of Wasabi #808731

Color information

#808731 (or 0x808731) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 31. RGB value is (128,135,49). Sum of RGB (Red+Green+Blue) = 128+135+49=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #808731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808731 is #7F78CE. Grayscale: #7B7B7B. Windows color (decimal): -8353999 or 3245952. OLE color: 3245952.

HSL color Cylindrical-coordinate representation of color #808731: hue angle of 64.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #808731 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB12813549-
CMYK0.0500.640.47
HSL64.88º46.74%36.08%-
HSV(B)64.88º63.7%52.94%-
XYZ18.1222.146.22-
YUV123.186.18131.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=41.03%
G=43.27%
B=15.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135490.0500.640.4764.8846.7436.08
Hex80873150402F412f24
Octal2002076150100571015744
Binary1000000010000111110001101010000001011111000001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808731; }

 p { color: rgb(128,135,49); }

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

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

 a { background-color: rgb(128,135,49); }

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

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

 span { border-color: rgb(128,135,49); }

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