Shades of Wasabi #73833A
Tints of Wasabi #73833A
RGB
CMYK
RGB Variations
Color information
#73833A (or 0x73833A) is known color: Wasabi. HEX triplet: 73, 83 and 3A. RGB value is (115,131,58). Sum of RGB (Red+Green+Blue) = 115+131+58=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #73833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73833A is #8C7CC5. Grayscale: #767676. Windows color (decimal): -9206982 or 3834739. OLE color: 3834739.
HSL color Cylindrical-coordinate representation of color #73833A: hue angle of 73.15º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73833A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 58 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.49 |
| HSL | 73.15º | 0.39% | 0.37% | - |
| HSV(B) | 73.15º | 0.56% | 0.51% | - |
| XYZ | 15.95 | 20.18 | 7.06 | - |
| YUV | 117.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 58 | 0.12 | 0 | 0.56 | 0.49 | 73.15 | 0.39 | 0.37 |
| Hex | 73 | 83 | 3A | C | 0 | 38 | 31 | 49 | 27 | 25 |
| Octal | 163 | 203 | 72 | 14 | 0 | 70 | 61 | 111 | 47 | 45 |
| Binary | 1110011 | 10000011 | 111010 | 1100 | 0 | 111000 | 110001 | 1001001 | 100111 | 100101 |
Color Harmonies of #73833A
Complementary color
Monochromatic Colors of #73833A
Black with #73833A
Text Example
Text Example
White with #73833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73833A; }
p { color: rgb(115,131,58); }
H1.HeaderClassName
{
color: #73833A;
}
.AnyTagClassName
{
color: #73833A;
}
</style>
background-color css
<style>
a { background-color: #73833A; }
a { background-color: rgb(115,131,58); }
div.DivClassName
{
background-color: #73833A;
}
.BgClassName
{
background-color: #73833A;
}
</style>
border-color css
<style>
span { border-color: #73833A; }
span { border-color: rgb(115,131,58); }
td.TdClassName
{
border-color: #73833A;
}
.TagClassName
{
border-color: #73833A;
}
</style>