Shades of Genoa #39736F
Tints of Genoa #39736F
RGB
CMYK
RGB Variations
Color information
#39736F (or 0x39736F) is known color: Genoa. HEX triplet: 39, 73 and 6F. RGB value is (57,115,111). Sum of RGB (Red+Green+Blue) = 57+115+111=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #39736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39736F is #C68C90. Grayscale: #616161. Windows color (decimal): -13012113 or 7303993. OLE color: 7303993.
HSL color Cylindrical-coordinate representation of color #39736F: hue angle of 175.86º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39736F is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 111 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.55 |
| HSL | 175.86º | 0.34% | 0.34% | - |
| HSV(B) | 175.86º | 0.5% | 0.45% | - |
| XYZ | 10.69 | 14.28 | 17.23 | - |
| YUV | 97.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 111 | 0.50 | 0 | 0.03 | 0.55 | 175.86 | 0.34 | 0.34 |
| Hex | 39 | 73 | 6F | 32 | 0 | 3 | 37 | B0 | 22 | 22 |
| Octal | 71 | 163 | 157 | 62 | 0 | 3 | 67 | 260 | 42 | 42 |
| Binary | 111001 | 1110011 | 1101111 | 110010 | 0 | 11 | 110111 | 10110000 | 100010 | 100010 |
Color Harmonies of #39736F
Complementary color
Monochromatic Colors of #39736F
Black with #39736F
Text Example
Text Example
White with #39736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39736F; }
p { color: rgb(57,115,111); }
H1.HeaderClassName
{
color: #39736F;
}
.AnyTagClassName
{
color: #39736F;
}
</style>
background-color css
<style>
a { background-color: #39736F; }
a { background-color: rgb(57,115,111); }
div.DivClassName
{
background-color: #39736F;
}
.BgClassName
{
background-color: #39736F;
}
</style>
border-color css
<style>
span { border-color: #39736F; }
span { border-color: rgb(57,115,111); }
td.TdClassName
{
border-color: #39736F;
}
.TagClassName
{
border-color: #39736F;
}
</style>