#809038

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

Shades of Wasabi #809038

Tints of Wasabi #809038

Color information

#809038 (or 0x809038) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 38. RGB value is (128,144,56). Sum of RGB (Red+Green+Blue) = 128+144+56=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #809038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809038 is #7F6FC7. Grayscale: #818181. Windows color (decimal): -8351688 or 3707008. OLE color: 3707008.

HSL color Cylindrical-coordinate representation of color #809038: hue angle of 70.91º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #809038 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB12814456-
CMYK0.1100.610.44
HSL70.91º44%39.22%-
HSV(B)70.91º61.11%56.47%-
XYZ19.5924.827.5-
YUV129.1886.7127.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=39.02%
G=43.90%
B=17.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144560.1100.610.4470.914439.22
Hex809038B03D2C472c27
Octal2002207013075541075447
Binary1000000010010000111000101101111011011001000111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809038; }

 p { color: rgb(128,144,56); }

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

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

 a { background-color: rgb(128,144,56); }

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

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

 span { border-color: rgb(128,144,56); }

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