Shades of Wasabi #818E35
Tints of Wasabi #818E35
RGB
CMYK
RGB Variations
Color information
#818E35 (or 0x818E35) is known color: Wasabi. HEX triplet: 81, 8E and 35. RGB value is (129,142,53). Sum of RGB (Red+Green+Blue) = 129+142+53=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #818E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818E35 is #7E71CA. Grayscale: #808080. Windows color (decimal): -8286667 or 3509889. OLE color: 3509889.
HSL color Cylindrical-coordinate representation of color #818E35: hue angle of 68.76º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #818E35 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 142 | 53 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.44 |
| HSL | 68.76º | 0.46% | 0.38% | - |
| HSV(B) | 68.76º | 0.63% | 0.56% | - |
| XYZ | 19.37 | 24.27 | 7.03 | - |
| YUV | 127.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 53 | 0.09 | 0 | 0.63 | 0.44 | 68.76 | 0.46 | 0.38 |
| Hex | 81 | 8E | 35 | 9 | 0 | 3F | 2C | 45 | 2E | 26 |
| Octal | 201 | 216 | 65 | 11 | 0 | 77 | 54 | 105 | 56 | 46 |
| Binary | 10000001 | 10001110 | 110101 | 1001 | 0 | 111111 | 101100 | 1000101 | 101110 | 100110 |
Color Harmonies of #818E35
Complementary color
Monochromatic Colors of #818E35
Black with #818E35
Text Example
Text Example
White with #818E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818E35; }
p { color: rgb(129,142,53); }
H1.HeaderClassName
{
color: #818E35;
}
.AnyTagClassName
{
color: #818E35;
}
</style>
background-color css
<style>
a { background-color: #818E35; }
a { background-color: rgb(129,142,53); }
div.DivClassName
{
background-color: #818E35;
}
.BgClassName
{
background-color: #818E35;
}
</style>
border-color css
<style>
span { border-color: #818E35; }
span { border-color: rgb(129,142,53); }
td.TdClassName
{
border-color: #818E35;
}
.TagClassName
{
border-color: #818E35;
}
</style>