Shades of Wasabi #738B3C
Tints of Wasabi #738B3C
RGB
CMYK
RGB Variations
Color information
#738B3C (or 0x738B3C) is known color: Wasabi. HEX triplet: 73, 8B and 3C. RGB value is (115,139,60). Sum of RGB (Red+Green+Blue) = 115+139+60=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #738B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738B3C is #8C74C3. Grayscale: #7B7B7B. Windows color (decimal): -9204932 or 3967859. OLE color: 3967859.
HSL color Cylindrical-coordinate representation of color #738B3C: hue angle of 78.23º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #738B3C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 60 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.45 |
| HSL | 78.23º | 0.4% | 0.39% | - |
| HSV(B) | 78.23º | 0.57% | 0.55% | - |
| XYZ | 17.12 | 22.44 | 7.7 | - |
| YUV | 122.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 60 | 0.17 | 0 | 0.57 | 0.45 | 78.23 | 0.4 | 0.39 |
| Hex | 73 | 8B | 3C | 11 | 0 | 39 | 2D | 4E | 28 | 27 |
| Octal | 163 | 213 | 74 | 21 | 0 | 71 | 55 | 116 | 50 | 47 |
| Binary | 1110011 | 10001011 | 111100 | 10001 | 0 | 111001 | 101101 | 1001110 | 101000 | 100111 |
Color Harmonies of #738B3C
Complementary color
Monochromatic Colors of #738B3C
Black with #738B3C
Text Example
Text Example
White with #738B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B3C; }
p { color: rgb(115,139,60); }
H1.HeaderClassName
{
color: #738B3C;
}
.AnyTagClassName
{
color: #738B3C;
}
</style>
background-color css
<style>
a { background-color: #738B3C; }
a { background-color: rgb(115,139,60); }
div.DivClassName
{
background-color: #738B3C;
}
.BgClassName
{
background-color: #738B3C;
}
</style>
border-color css
<style>
span { border-color: #738B3C; }
span { border-color: rgb(115,139,60); }
td.TdClassName
{
border-color: #738B3C;
}
.TagClassName
{
border-color: #738B3C;
}
</style>