Shades of Wasabi #818437
Tints of Wasabi #818437
RGB
CMYK
RGB Variations
Color information
#818437 (or 0x818437) is known color: Wasabi. HEX triplet: 81, 84 and 37. RGB value is (129,132,55). Sum of RGB (Red+Green+Blue) = 129+132+55=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #818437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818437 is #7E7BC8. Grayscale: #7A7A7A. Windows color (decimal): -8289225 or 3638401. OLE color: 3638401.
HSL color Cylindrical-coordinate representation of color #818437: hue angle of 62.34º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #818437 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 55 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.48 |
| HSL | 62.34º | 0.41% | 0.37% | - |
| HSV(B) | 62.34º | 0.58% | 0.52% | - |
| XYZ | 17.99 | 21.45 | 6.81 | - |
| YUV | 122.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 55 | 0.02 | 0 | 0.58 | 0.48 | 62.34 | 0.41 | 0.37 |
| Hex | 81 | 84 | 37 | 2 | 0 | 3A | 30 | 3E | 29 | 25 |
| Octal | 201 | 204 | 67 | 2 | 0 | 72 | 60 | 76 | 51 | 45 |
| Binary | 10000001 | 10000100 | 110111 | 10 | 0 | 111010 | 110000 | 111110 | 101001 | 100101 |
Color Harmonies of #818437
Complementary color
Monochromatic Colors of #818437
Black with #818437
Text Example
Text Example
White with #818437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818437; }
p { color: rgb(129,132,55); }
H1.HeaderClassName
{
color: #818437;
}
.AnyTagClassName
{
color: #818437;
}
</style>
background-color css
<style>
a { background-color: #818437; }
a { background-color: rgb(129,132,55); }
div.DivClassName
{
background-color: #818437;
}
.BgClassName
{
background-color: #818437;
}
</style>
border-color css
<style>
span { border-color: #818437; }
span { border-color: rgb(129,132,55); }
td.TdClassName
{
border-color: #818437;
}
.TagClassName
{
border-color: #818437;
}
</style>