#808240

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

Shades of Wasabi #808240

Tints of Wasabi #808240

Color information

#808240 (or 0x808240) is unknown color: approx Wasabi. HEX triplet: 80, 82 and 40. RGB value is (128,130,64). Sum of RGB (Red+Green+Blue) = 128+130+64=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #808240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808240 is #7F7DBF. Grayscale: #7A7A7A. Windows color (decimal): -8355264 or 4227712. OLE color: 4227712.

HSL color Cylindrical-coordinate representation of color #808240: hue angle of 61.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #808240 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB12813064-
CMYK0.0200.510.49
HSL61.82º34.02%38.04%-
HSV(B)61.82º50.77%50.98%-
XYZ17.8120.927.95-
YUV121.8895.34132.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=39.75%
G=40.37%
B=19.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130640.0200.510.4961.8234.0238.04
Hex8082402033313e2226
Octal200202100206361764246
Binary10000000100000101000000100110011110001111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808240; }

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

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

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

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

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

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

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

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