Shades of Wasabi #818541
Tints of Wasabi #818541
RGB
CMYK
RGB Variations
Color information
#818541 (or 0x818541) is known color: Wasabi. HEX triplet: 81, 85 and 41. RGB value is (129,133,65). Sum of RGB (Red+Green+Blue) = 129+133+65=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #818541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818541 is #7E7ABE. Grayscale: #7C7C7C. Windows color (decimal): -8288959 or 4294017. OLE color: 4294017.
HSL color Cylindrical-coordinate representation of color #818541: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #818541 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 65 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.48 |
| HSL | 63.53º | 0.34% | 0.39% | - |
| HSV(B) | 63.53º | 0.51% | 0.52% | - |
| XYZ | 18.39 | 21.82 | 8.24 | - |
| YUV | 124.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 65 | 0.03 | 0 | 0.51 | 0.48 | 63.53 | 0.34 | 0.39 |
| Hex | 81 | 85 | 41 | 3 | 0 | 33 | 30 | 40 | 22 | 27 |
| Octal | 201 | 205 | 101 | 3 | 0 | 63 | 60 | 100 | 42 | 47 |
| Binary | 10000001 | 10000101 | 1000001 | 11 | 0 | 110011 | 110000 | 1000000 | 100010 | 100111 |
Color Harmonies of #818541
Complementary color
Monochromatic Colors of #818541
Black with #818541
Text Example
Text Example
White with #818541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818541; }
p { color: rgb(129,133,65); }
H1.HeaderClassName
{
color: #818541;
}
.AnyTagClassName
{
color: #818541;
}
</style>
background-color css
<style>
a { background-color: #818541; }
a { background-color: rgb(129,133,65); }
div.DivClassName
{
background-color: #818541;
}
.BgClassName
{
background-color: #818541;
}
</style>
border-color css
<style>
span { border-color: #818541; }
span { border-color: rgb(129,133,65); }
td.TdClassName
{
border-color: #818541;
}
.TagClassName
{
border-color: #818541;
}
</style>