Shades of Genoa #3D726D
Tints of Genoa #3D726D
RGB
CMYK
RGB Variations
Color information
#3D726D (or 0x3D726D) is known color: Genoa. HEX triplet: 3D, 72 and 6D. RGB value is (61,114,109). Sum of RGB (Red+Green+Blue) = 61+114+109=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #3D726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D726D is #C28D92. Grayscale: #616161. Windows color (decimal): -12750227 or 7172669. OLE color: 7172669.
HSL color Cylindrical-coordinate representation of color #3D726D: hue angle of 174.34º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D726D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 109 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.55 |
| HSL | 174.34º | 0.3% | 0.34% | - |
| HSV(B) | 174.34º | 0.46% | 0.45% | - |
| XYZ | 10.7 | 14.13 | 16.63 | - |
| YUV | 97.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 109 | 0.46 | 0 | 0.04 | 0.55 | 174.34 | 0.3 | 0.34 |
| Hex | 3D | 72 | 6D | 2E | 0 | 4 | 37 | AE | 1E | 22 |
| Octal | 75 | 162 | 155 | 56 | 0 | 4 | 67 | 256 | 36 | 42 |
| Binary | 111101 | 1110010 | 1101101 | 101110 | 0 | 100 | 110111 | 10101110 | 11110 | 100010 |
Color Harmonies of #3D726D
Complementary color
Monochromatic Colors of #3D726D
Black with #3D726D
Text Example
Text Example
White with #3D726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D726D; }
p { color: rgb(61,114,109); }
H1.HeaderClassName
{
color: #3D726D;
}
.AnyTagClassName
{
color: #3D726D;
}
</style>
background-color css
<style>
a { background-color: #3D726D; }
a { background-color: rgb(61,114,109); }
div.DivClassName
{
background-color: #3D726D;
}
.BgClassName
{
background-color: #3D726D;
}
</style>
border-color css
<style>
span { border-color: #3D726D; }
span { border-color: rgb(61,114,109); }
td.TdClassName
{
border-color: #3D726D;
}
.TagClassName
{
border-color: #3D726D;
}
</style>