Shades of Wasabi #738A3A
Tints of Wasabi #738A3A
RGB
CMYK
RGB Variations
Color information
#738A3A (or 0x738A3A) is known color: Wasabi. HEX triplet: 73, 8A and 3A. RGB value is (115,138,58). Sum of RGB (Red+Green+Blue) = 115+138+58=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #738A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A3A is #8C75C5. Grayscale: #7A7A7A. Windows color (decimal): -9205190 or 3836531. OLE color: 3836531.
HSL color Cylindrical-coordinate representation of color #738A3A: hue angle of 77.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #738A3A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 58 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.46 |
| HSL | 77.25º | 0.41% | 0.38% | - |
| HSV(B) | 77.25º | 0.58% | 0.54% | - |
| XYZ | 16.92 | 22.13 | 7.38 | - |
| YUV | 122 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 58 | 0.17 | 0 | 0.58 | 0.46 | 77.25 | 0.41 | 0.38 |
| Hex | 73 | 8A | 3A | 11 | 0 | 3A | 2E | 4D | 29 | 26 |
| Octal | 163 | 212 | 72 | 21 | 0 | 72 | 56 | 115 | 51 | 46 |
| Binary | 1110011 | 10001010 | 111010 | 10001 | 0 | 111010 | 101110 | 1001101 | 101001 | 100110 |
Color Harmonies of #738A3A
Complementary color
Monochromatic Colors of #738A3A
Black with #738A3A
Text Example
Text Example
White with #738A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A3A; }
p { color: rgb(115,138,58); }
H1.HeaderClassName
{
color: #738A3A;
}
.AnyTagClassName
{
color: #738A3A;
}
</style>
background-color css
<style>
a { background-color: #738A3A; }
a { background-color: rgb(115,138,58); }
div.DivClassName
{
background-color: #738A3A;
}
.BgClassName
{
background-color: #738A3A;
}
</style>
border-color css
<style>
span { border-color: #738A3A; }
span { border-color: rgb(115,138,58); }
td.TdClassName
{
border-color: #738A3A;
}
.TagClassName
{
border-color: #738A3A;
}
</style>