Shades of Wasabi #818D40
Tints of Wasabi #818D40
RGB
CMYK
RGB Variations
Color information
#818D40 (or 0x818D40) is known color: Wasabi. HEX triplet: 81, 8D and 40. RGB value is (129,141,64). Sum of RGB (Red+Green+Blue) = 129+141+64=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #818D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D40 is #7E72BF. Grayscale: #808080. Windows color (decimal): -8286912 or 4230529. OLE color: 4230529.
HSL color Cylindrical-coordinate representation of color #818D40: hue angle of 69.35º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #818D40 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 64 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.45 |
| HSL | 69.35º | 0.38% | 0.4% | - |
| HSV(B) | 69.35º | 0.55% | 0.55% | - |
| XYZ | 19.5 | 24.09 | 8.47 | - |
| YUV | 128.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 64 | 0.09 | 0 | 0.55 | 0.45 | 69.35 | 0.38 | 0.4 |
| Hex | 81 | 8D | 40 | 9 | 0 | 37 | 2D | 45 | 26 | 28 |
| Octal | 201 | 215 | 100 | 11 | 0 | 67 | 55 | 105 | 46 | 50 |
| Binary | 10000001 | 10001101 | 1000000 | 1001 | 0 | 110111 | 101101 | 1000101 | 100110 | 101000 |
Color Harmonies of #818D40
Complementary color
Monochromatic Colors of #818D40
Black with #818D40
Text Example
Text Example
White with #818D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D40; }
p { color: rgb(129,141,64); }
H1.HeaderClassName
{
color: #818D40;
}
.AnyTagClassName
{
color: #818D40;
}
</style>
background-color css
<style>
a { background-color: #818D40; }
a { background-color: rgb(129,141,64); }
div.DivClassName
{
background-color: #818D40;
}
.BgClassName
{
background-color: #818D40;
}
</style>
border-color css
<style>
span { border-color: #818D40; }
span { border-color: rgb(129,141,64); }
td.TdClassName
{
border-color: #818D40;
}
.TagClassName
{
border-color: #818D40;
}
</style>