Shades of Rain Forest #737C3A
Tints of Rain Forest #737C3A
RGB
CMYK
RGB Variations
Color information
#737C3A (or 0x737C3A) is known color: Rain Forest. HEX triplet: 73, 7C and 3A. RGB value is (115,124,58). Sum of RGB (Red+Green+Blue) = 115+124+58=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #737C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737C3A is #8C83C5. Grayscale: #727272. Windows color (decimal): -9208774 or 3832947. OLE color: 3832947.
HSL color Cylindrical-coordinate representation of color #737C3A: hue angle of 68.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #737C3A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 58 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.51 |
| HSL | 68.18º | 0.36% | 0.36% | - |
| HSV(B) | 68.18º | 0.53% | 0.49% | - |
| XYZ | 15.04 | 18.37 | 6.76 | - |
| YUV | 113.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 58 | 0.07 | 0 | 0.53 | 0.51 | 68.18 | 0.36 | 0.36 |
| Hex | 73 | 7C | 3A | 7 | 0 | 35 | 33 | 44 | 24 | 24 |
| Octal | 163 | 174 | 72 | 7 | 0 | 65 | 63 | 104 | 44 | 44 |
| Binary | 1110011 | 1111100 | 111010 | 111 | 0 | 110101 | 110011 | 1000100 | 100100 | 100100 |
Color Harmonies of #737C3A
Complementary color
Monochromatic Colors of #737C3A
Black with #737C3A
Text Example
Text Example
White with #737C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C3A; }
p { color: rgb(115,124,58); }
H1.HeaderClassName
{
color: #737C3A;
}
.AnyTagClassName
{
color: #737C3A;
}
</style>
background-color css
<style>
a { background-color: #737C3A; }
a { background-color: rgb(115,124,58); }
div.DivClassName
{
background-color: #737C3A;
}
.BgClassName
{
background-color: #737C3A;
}
</style>
border-color css
<style>
span { border-color: #737C3A; }
span { border-color: rgb(115,124,58); }
td.TdClassName
{
border-color: #737C3A;
}
.TagClassName
{
border-color: #737C3A;
}
</style>