#809340

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

Shades of Wasabi #809340

Tints of Wasabi #809340

Color information

#809340 (or 0x809340) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 40. RGB value is (128,147,64). Sum of RGB (Red+Green+Blue) = 128+147+64=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #809340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809340 is #7F6CBF. Grayscale: #848484. Windows color (decimal): -8350912 or 4232064. OLE color: 4232064.

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

Color convert

RGB12814764-
CMYK0.1300.560.42
HSL73.73º39.34%41.37%-
HSV(B)73.73º56.46%57.65%-
XYZ20.2625.838.77-
YUV131.8689.71125.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=37.76%
G=43.36%
B=18.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147640.1300.560.4273.7339.3441.37
Hex809340D0382A4a2729
Octal20022310015070521124751
Binary10000000100100111000000110101110001010101001010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809340; }

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

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

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

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

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

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

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

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