Shades of Wasabi #818534
Tints of Wasabi #818534
RGB
CMYK
RGB Variations
Color information
#818534 (or 0x818534) is known color: Wasabi. HEX triplet: 81, 85 and 34. RGB value is (129,133,52). Sum of RGB (Red+Green+Blue) = 129+133+52=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #818534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818534 is #7E7ACB. Grayscale: #7A7A7A. Windows color (decimal): -8288972 or 3442049. OLE color: 3442049.
HSL color Cylindrical-coordinate representation of color #818534: hue angle of 62.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #818534 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 52 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.48 |
| HSL | 62.96º | 0.44% | 0.36% | - |
| HSV(B) | 62.96º | 0.61% | 0.52% | - |
| XYZ | 18.06 | 21.69 | 6.48 | - |
| YUV | 122.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 52 | 0.03 | 0 | 0.61 | 0.48 | 62.96 | 0.44 | 0.36 |
| Hex | 81 | 85 | 34 | 3 | 0 | 3D | 30 | 3F | 2C | 24 |
| Octal | 201 | 205 | 64 | 3 | 0 | 75 | 60 | 77 | 54 | 44 |
| Binary | 10000001 | 10000101 | 110100 | 11 | 0 | 111101 | 110000 | 111111 | 101100 | 100100 |
Color Harmonies of #818534
Complementary color
Monochromatic Colors of #818534
Black with #818534
Text Example
Text Example
White with #818534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818534; }
p { color: rgb(129,133,52); }
H1.HeaderClassName
{
color: #818534;
}
.AnyTagClassName
{
color: #818534;
}
</style>
background-color css
<style>
a { background-color: #818534; }
a { background-color: rgb(129,133,52); }
div.DivClassName
{
background-color: #818534;
}
.BgClassName
{
background-color: #818534;
}
</style>
border-color css
<style>
span { border-color: #818534; }
span { border-color: rgb(129,133,52); }
td.TdClassName
{
border-color: #818534;
}
.TagClassName
{
border-color: #818534;
}
</style>