Shades of Wasabi #809441
Tints of Wasabi #809441
RGB
CMYK
RGB Variations
Color information
#809441 (or 0x809441) is known color: Wasabi. HEX triplet: 80, 94 and 41. RGB value is (128,148,65). Sum of RGB (Red+Green+Blue) = 128+148+65=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #809441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809441 is #7F6BBE. Grayscale: #848484. Windows color (decimal): -8350655 or 4297856. OLE color: 4297856.
HSL color Cylindrical-coordinate representation of color #809441: hue angle of 74.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #809441 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 65 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.42 |
| HSL | 74.46º | 0.39% | 0.42% | - |
| HSV(B) | 74.46º | 0.56% | 0.58% | - |
| XYZ | 20.45 | 26.15 | 8.97 | - |
| YUV | 132.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 65 | 0.14 | 0 | 0.56 | 0.42 | 74.46 | 0.39 | 0.42 |
| Hex | 80 | 94 | 41 | E | 0 | 38 | 2A | 4A | 27 | 2A |
| Octal | 200 | 224 | 101 | 16 | 0 | 70 | 52 | 112 | 47 | 52 |
| Binary | 10000000 | 10010100 | 1000001 | 1110 | 0 | 111000 | 101010 | 1001010 | 100111 | 101010 |
Color Harmonies of #809441
Complementary color
Monochromatic Colors of #809441
Black with #809441
Text Example
Text Example
White with #809441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809441; }
p { color: rgb(128,148,65); }
H1.HeaderClassName
{
color: #809441;
}
.AnyTagClassName
{
color: #809441;
}
</style>
background-color css
<style>
a { background-color: #809441; }
a { background-color: rgb(128,148,65); }
div.DivClassName
{
background-color: #809441;
}
.BgClassName
{
background-color: #809441;
}
</style>
border-color css
<style>
span { border-color: #809441; }
span { border-color: rgb(128,148,65); }
td.TdClassName
{
border-color: #809441;
}
.TagClassName
{
border-color: #809441;
}
</style>