Shades of Wasabi #818B39
Tints of Wasabi #818B39
RGB
CMYK
RGB Variations
Color information
#818B39 (or 0x818B39) is known color: Wasabi. HEX triplet: 81, 8B and 39. RGB value is (129,139,57). Sum of RGB (Red+Green+Blue) = 129+139+57=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #818B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B39 is #7E74C6. Grayscale: #7E7E7E. Windows color (decimal): -8287431 or 3771265. OLE color: 3771265.
HSL color Cylindrical-coordinate representation of color #818B39: hue angle of 67.32º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #818B39 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 57 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.45 |
| HSL | 67.32º | 0.42% | 0.38% | - |
| HSV(B) | 67.32º | 0.59% | 0.55% | - |
| XYZ | 19.02 | 23.43 | 7.39 | - |
| YUV | 126.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 57 | 0.07 | 0 | 0.59 | 0.45 | 67.32 | 0.42 | 0.38 |
| Hex | 81 | 8B | 39 | 7 | 0 | 3B | 2D | 43 | 2A | 26 |
| Octal | 201 | 213 | 71 | 7 | 0 | 73 | 55 | 103 | 52 | 46 |
| Binary | 10000001 | 10001011 | 111001 | 111 | 0 | 111011 | 101101 | 1000011 | 101010 | 100110 |
Color Harmonies of #818B39
Complementary color
Monochromatic Colors of #818B39
Black with #818B39
Text Example
Text Example
White with #818B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B39; }
p { color: rgb(129,139,57); }
H1.HeaderClassName
{
color: #818B39;
}
.AnyTagClassName
{
color: #818B39;
}
</style>
background-color css
<style>
a { background-color: #818B39; }
a { background-color: rgb(129,139,57); }
div.DivClassName
{
background-color: #818B39;
}
.BgClassName
{
background-color: #818B39;
}
</style>
border-color css
<style>
span { border-color: #818B39; }
span { border-color: rgb(129,139,57); }
td.TdClassName
{
border-color: #818B39;
}
.TagClassName
{
border-color: #818B39;
}
</style>