Shades of Wasabi #738B42
Tints of Wasabi #738B42
RGB
CMYK
RGB Variations
Color information
#738B42 (or 0x738B42) is known color: Wasabi. HEX triplet: 73, 8B and 42. RGB value is (115,139,66). Sum of RGB (Red+Green+Blue) = 115+139+66=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #738B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738B42 is #8C74BD. Grayscale: #7B7B7B. Windows color (decimal): -9204926 or 4361075. OLE color: 4361075.
HSL color Cylindrical-coordinate representation of color #738B42: hue angle of 79.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #738B42 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 66 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.45 |
| HSL | 79.73º | 0.36% | 0.4% | - |
| HSV(B) | 79.73º | 0.53% | 0.55% | - |
| XYZ | 17.29 | 22.5 | 8.59 | - |
| YUV | 123.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 66 | 0.17 | 0 | 0.53 | 0.45 | 79.73 | 0.36 | 0.4 |
| Hex | 73 | 8B | 42 | 11 | 0 | 35 | 2D | 50 | 24 | 28 |
| Octal | 163 | 213 | 102 | 21 | 0 | 65 | 55 | 120 | 44 | 50 |
| Binary | 1110011 | 10001011 | 1000010 | 10001 | 0 | 110101 | 101101 | 1010000 | 100100 | 101000 |
Color Harmonies of #738B42
Complementary color
Monochromatic Colors of #738B42
Black with #738B42
Text Example
Text Example
White with #738B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B42; }
p { color: rgb(115,139,66); }
H1.HeaderClassName
{
color: #738B42;
}
.AnyTagClassName
{
color: #738B42;
}
</style>
background-color css
<style>
a { background-color: #738B42; }
a { background-color: rgb(115,139,66); }
div.DivClassName
{
background-color: #738B42;
}
.BgClassName
{
background-color: #738B42;
}
</style>
border-color css
<style>
span { border-color: #738B42; }
span { border-color: rgb(115,139,66); }
td.TdClassName
{
border-color: #738B42;
}
.TagClassName
{
border-color: #738B42;
}
</style>