#809031

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

Shades of Wasabi #809031

Tints of Wasabi #809031

Color information

#809031 (or 0x809031) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 31. RGB value is (128,144,49). Sum of RGB (Red+Green+Blue) = 128+144+49=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #809031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809031 is #7F6FCE. Grayscale: #808080. Windows color (decimal): -8351695 or 3248256. OLE color: 3248256.

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

Color convert

RGB12814449-
CMYK0.1100.660.44
HSL70.11º49.22%37.84%-
HSV(B)70.11º65.97%56.47%-
XYZ19.4324.766.66-
YUV128.3983.2127.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=39.88%
G=44.86%
B=15.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144490.1100.660.4470.1149.2237.84
Hex809031B0422C463126
Octal20022061130102541066146
Binary10000000100100001100011011010000101011001000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809031; }

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

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

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

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

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

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

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

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