Shades of Wasabi #819941
Tints of Wasabi #819941
RGB
CMYK
RGB Variations
Color information
#819941 (or 0x819941) is known color: Wasabi. HEX triplet: 81, 99 and 41. RGB value is (129,153,65). Sum of RGB (Red+Green+Blue) = 129+153+65=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #819941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819941 is #7E66BE. Grayscale: #888888. Windows color (decimal): -8283839 or 4299137. OLE color: 4299137.
HSL color Cylindrical-coordinate representation of color #819941: hue angle of 76.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #819941 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 65 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.4 |
| HSL | 76.36º | 0.4% | 0.43% | - |
| HSV(B) | 76.36º | 0.58% | 0.6% | - |
| XYZ | 21.4 | 27.83 | 9.25 | - |
| YUV | 135.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 65 | 0.16 | 0 | 0.58 | 0.4 | 76.36 | 0.4 | 0.43 |
| Hex | 81 | 99 | 41 | 10 | 0 | 3A | 28 | 4C | 28 | 2B |
| Octal | 201 | 231 | 101 | 20 | 0 | 72 | 50 | 114 | 50 | 53 |
| Binary | 10000001 | 10011001 | 1000001 | 10000 | 0 | 111010 | 101000 | 1001100 | 101000 | 101011 |
Color Harmonies of #819941
Complementary color
Monochromatic Colors of #819941
Black with #819941
Text Example
Text Example
White with #819941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819941; }
p { color: rgb(129,153,65); }
H1.HeaderClassName
{
color: #819941;
}
.AnyTagClassName
{
color: #819941;
}
</style>
background-color css
<style>
a { background-color: #819941; }
a { background-color: rgb(129,153,65); }
div.DivClassName
{
background-color: #819941;
}
.BgClassName
{
background-color: #819941;
}
</style>
border-color css
<style>
span { border-color: #819941; }
span { border-color: rgb(129,153,65); }
td.TdClassName
{
border-color: #819941;
}
.TagClassName
{
border-color: #819941;
}
</style>