Shades of Genoa #39726D
Tints of Genoa #39726D
RGB
CMYK
RGB Variations
Color information
#39726D (or 0x39726D) is known color: Genoa. HEX triplet: 39, 72 and 6D. RGB value is (57,114,109). Sum of RGB (Red+Green+Blue) = 57+114+109=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #39726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39726D is #C68D92. Grayscale: #606060. Windows color (decimal): -13012371 or 7172665. OLE color: 7172665.
HSL color Cylindrical-coordinate representation of color #39726D: hue angle of 174.74º degrees, saturation: 0.33, 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 #39726D is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 109 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.55 |
| HSL | 174.74º | 0.33% | 0.34% | - |
| HSV(B) | 174.74º | 0.5% | 0.45% | - |
| XYZ | 10.46 | 14.01 | 16.62 | - |
| YUV | 96.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 109 | 0.50 | 0 | 0.04 | 0.55 | 174.74 | 0.33 | 0.34 |
| Hex | 39 | 72 | 6D | 32 | 0 | 4 | 37 | AF | 21 | 22 |
| Octal | 71 | 162 | 155 | 62 | 0 | 4 | 67 | 257 | 41 | 42 |
| Binary | 111001 | 1110010 | 1101101 | 110010 | 0 | 100 | 110111 | 10101111 | 100001 | 100010 |
Color Harmonies of #39726D
Complementary color
Monochromatic Colors of #39726D
Black with #39726D
Text Example
Text Example
White with #39726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39726D; }
p { color: rgb(57,114,109); }
H1.HeaderClassName
{
color: #39726D;
}
.AnyTagClassName
{
color: #39726D;
}
</style>
background-color css
<style>
a { background-color: #39726D; }
a { background-color: rgb(57,114,109); }
div.DivClassName
{
background-color: #39726D;
}
.BgClassName
{
background-color: #39726D;
}
</style>
border-color css
<style>
span { border-color: #39726D; }
span { border-color: rgb(57,114,109); }
td.TdClassName
{
border-color: #39726D;
}
.TagClassName
{
border-color: #39726D;
}
</style>