Shades of Wasabi #818B49
Tints of Wasabi #818B49
RGB
CMYK
RGB Variations
Color information
#818B49 (or 0x818B49) is known color: Wasabi. HEX triplet: 81, 8B and 49. RGB value is (129,139,73). Sum of RGB (Red+Green+Blue) = 129+139+73=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #818B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B49 is #7E74B6. Grayscale: #808080. Windows color (decimal): -8287415 or 4819841. OLE color: 4819841.
HSL color Cylindrical-coordinate representation of color #818B49: hue angle of 69.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818B49 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 73 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.45 |
| HSL | 69.09º | 0.31% | 0.42% | - |
| HSV(B) | 69.09º | 0.47% | 0.55% | - |
| XYZ | 19.49 | 23.61 | 9.83 | - |
| YUV | 128.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 73 | 0.07 | 0 | 0.47 | 0.45 | 69.09 | 0.31 | 0.42 |
| Hex | 81 | 8B | 49 | 7 | 0 | 2F | 2D | 45 | 1F | 2A |
| Octal | 201 | 213 | 111 | 7 | 0 | 57 | 55 | 105 | 37 | 52 |
| Binary | 10000001 | 10001011 | 1001001 | 111 | 0 | 101111 | 101101 | 1000101 | 11111 | 101010 |
Color Harmonies of #818B49
Complementary color
Monochromatic Colors of #818B49
Black with #818B49
Text Example
Text Example
White with #818B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B49; }
p { color: rgb(129,139,73); }
H1.HeaderClassName
{
color: #818B49;
}
.AnyTagClassName
{
color: #818B49;
}
</style>
background-color css
<style>
a { background-color: #818B49; }
a { background-color: rgb(129,139,73); }
div.DivClassName
{
background-color: #818B49;
}
.BgClassName
{
background-color: #818B49;
}
</style>
border-color css
<style>
span { border-color: #818B49; }
span { border-color: rgb(129,139,73); }
td.TdClassName
{
border-color: #818B49;
}
.TagClassName
{
border-color: #818B49;
}
</style>