#809035

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

Shades of Wasabi #809035

Tints of Wasabi #809035

Color information

#809035 (or 0x809035) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 35. RGB value is (128,144,53). Sum of RGB (Red+Green+Blue) = 128+144+53=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #809035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809035 is #7F6FCA. Grayscale: #818181. Windows color (decimal): -8351691 or 3510400. OLE color: 3510400.

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

Color convert

RGB12814453-
CMYK0.1100.630.44
HSL70.55º46.19%38.63%-
HSV(B)70.55º63.19%56.47%-
XYZ19.5224.797.12-
YUV128.8485.2127.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=39.38%
G=44.31%
B=16.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144530.1100.630.4470.5546.1938.63
Hex809035B03F2C472e27
Octal2002206513077541075647
Binary1000000010010000110101101101111111011001000111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809035; }

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

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

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

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

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

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

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

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