#808245

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

Shades of Wasabi #808245

Tints of Wasabi #808245

Color information

#808245 (or 0x808245) is unknown color: approx Wasabi. HEX triplet: 80, 82 and 45. RGB value is (128,130,69). Sum of RGB (Red+Green+Blue) = 128+130+69=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #808245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808245 is #7F7DBA. Grayscale: #7A7A7A. Windows color (decimal): -8355259 or 4555392. OLE color: 4555392.

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

Color convert

RGB12813069-
CMYK0.0200.470.49
HSL61.97º30.65%39.02%-
HSV(B)61.97º46.92%50.98%-
XYZ17.9620.988.73-
YUV122.4597.84131.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=39.14%
G=39.76%
B=21.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130690.0200.470.4961.9730.6539.02
Hex808245202F313e1f27
Octal200202105205761763747
Binary1000000010000010100010110010111111000111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808245; }

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

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

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

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

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

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

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

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