#809245

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

Shades of Wasabi #809245

Tints of Wasabi #809245

Color information

#809245 (or 0x809245) is unknown color: approx Wasabi. HEX triplet: 80, 92 and 45. RGB value is (128,146,69). Sum of RGB (Red+Green+Blue) = 128+146+69=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #809245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809245 is #7F6DBA. Grayscale: #848484. Windows color (decimal): -8351163 or 4559488. OLE color: 4559488.

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

Color convert

RGB12814669-
CMYK0.1200.530.43
HSL74.03º35.81%42.16%-
HSV(B)74.03º52.74%57.25%-
XYZ20.2625.589.5-
YUV131.8492.54125.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=37.32%
G=42.57%
B=20.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146690.1200.530.4374.0335.8142.16
Hex809245C0352B4a242a
Octal20022210514065531124452
Binary10000000100100101000101110001101011010111001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809245; }

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

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

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

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

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

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

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

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