Shades of Wasabi #809034
Tints of Wasabi #809034
RGB
CMYK
RGB Variations
Color information
#809034 (or 0x809034) is known color: Wasabi. HEX triplet: 80, 90 and 34. RGB value is (128,144,52). Sum of RGB (Red+Green+Blue) = 128+144+52=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #809034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809034 is #7F6FCB. Grayscale: #818181. Windows color (decimal): -8351692 or 3444864. OLE color: 3444864.
HSL color Cylindrical-coordinate representation of color #809034: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #809034 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 52 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.44 |
| HSL | 70.43º | 0.47% | 0.38% | - |
| HSV(B) | 70.43º | 0.64% | 0.56% | - |
| XYZ | 19.5 | 24.78 | 7.01 | - |
| YUV | 128.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 52 | 0.11 | 0 | 0.64 | 0.44 | 70.43 | 0.47 | 0.38 |
| Hex | 80 | 90 | 34 | B | 0 | 40 | 2C | 46 | 2F | 26 |
| Octal | 200 | 220 | 64 | 13 | 0 | 100 | 54 | 106 | 57 | 46 |
| Binary | 10000000 | 10010000 | 110100 | 1011 | 0 | 1000000 | 101100 | 1000110 | 101111 | 100110 |
Color Harmonies of #809034
Complementary color
Monochromatic Colors of #809034
Black with #809034
Text Example
Text Example
White with #809034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809034; }
p { color: rgb(128,144,52); }
H1.HeaderClassName
{
color: #809034;
}
.AnyTagClassName
{
color: #809034;
}
</style>
background-color css
<style>
a { background-color: #809034; }
a { background-color: rgb(128,144,52); }
div.DivClassName
{
background-color: #809034;
}
.BgClassName
{
background-color: #809034;
}
</style>
border-color css
<style>
span { border-color: #809034; }
span { border-color: rgb(128,144,52); }
td.TdClassName
{
border-color: #809034;
}
.TagClassName
{
border-color: #809034;
}
</style>