#809240

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

Shades of Wasabi #809240

Tints of Wasabi #809240

Color information

#809240 (or 0x809240) is unknown color: approx Wasabi. HEX triplet: 80, 92 and 40. RGB value is (128,146,64). Sum of RGB (Red+Green+Blue) = 128+146+64=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #809240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809240 is #7F6DBF. Grayscale: #838383. Windows color (decimal): -8351168 or 4231808. OLE color: 4231808.

HSL color Cylindrical-coordinate representation of color #809240: hue angle of 73.17º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #809240 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB12814664-
CMYK0.1200.560.43
HSL73.17º39.05%41.18%-
HSV(B)73.17º56.16%57.25%-
XYZ20.1125.528.72-
YUV131.2790.04125.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=37.87%
G=43.20%
B=18.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146640.1200.560.4373.1739.0541.18
Hex809240C0382B492729
Octal20022210014070531114751
Binary10000000100100101000000110001110001010111001001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809240; }

 p { color: rgb(128,146,64); }

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

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

 a { background-color: rgb(128,146,64); }

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

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

 span { border-color: rgb(128,146,64); }

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