#809948

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

Shades of Wasabi #809948

Tints of Wasabi #809948

Color information

#809948 (or 0x809948) is unknown color: approx Wasabi. HEX triplet: 80, 99 and 48. RGB value is (128,153,72). Sum of RGB (Red+Green+Blue) = 128+153+72=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #809948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809948 is #7F66B7. Grayscale: #888888. Windows color (decimal): -8349368 or 4757888. OLE color: 4757888.

HSL color Cylindrical-coordinate representation of color #809948: hue angle of 78.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #809948 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB12815372-
CMYK0.1600.530.4
HSL78.52º36%44.12%-
HSV(B)78.52º52.94%60%-
XYZ21.4627.8410.37-
YUV136.2991.72122.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=36.26%
G=43.34%
B=20.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153720.1600.530.478.523644.12
Hex80994810035284f242c
Octal20023111020065501174454
Binary100000001001100110010001000001101011010001001111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809948; }

 p { color: rgb(128,153,72); }

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

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

 a { background-color: rgb(128,153,72); }

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

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

 span { border-color: rgb(128,153,72); }

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