#809141

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

Shades of Wasabi #809141

Tints of Wasabi #809141

Color information

#809141 (or 0x809141) is unknown color: approx Wasabi. HEX triplet: 80, 91 and 41. RGB value is (128,145,65). Sum of RGB (Red+Green+Blue) = 128+145+65=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #809141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809141 is #7F6EBE. Grayscale: #838383. Windows color (decimal): -8351423 or 4297088. OLE color: 4297088.

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

Color convert

RGB12814565-
CMYK0.1200.550.43
HSL72.75º38.1%41.18%-
HSV(B)72.75º55.17%56.86%-
XYZ19.9825.228.82-
YUV130.890.87126-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=37.87%
G=42.90%
B=19.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128145650.1200.550.4372.7538.141.18
Hex809141C0372B492629
Octal20022110114067531114651
Binary10000000100100011000001110001101111010111001001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809141; }

 p { color: rgb(128,145,65); }

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

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

 a { background-color: rgb(128,145,65); }

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

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

 span { border-color: rgb(128,145,65); }

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