Shades of Genoa #3D716C
Tints of Genoa #3D716C
RGB
CMYK
RGB Variations
Color information
#3D716C (or 0x3D716C) is known color: Genoa. HEX triplet: 3D, 71 and 6C. RGB value is (61,113,108). Sum of RGB (Red+Green+Blue) = 61+113+108=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #3D716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D716C is #C28E93. Grayscale: #606060. Windows color (decimal): -12750484 or 7106877. OLE color: 7106877.
HSL color Cylindrical-coordinate representation of color #3D716C: hue angle of 174.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D716C is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 108 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.56 |
| HSL | 174.23º | 0.3% | 0.34% | - |
| HSV(B) | 174.23º | 0.46% | 0.44% | - |
| XYZ | 10.54 | 13.89 | 16.31 | - |
| YUV | 96.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 108 | 0.46 | 0 | 0.04 | 0.56 | 174.23 | 0.3 | 0.34 |
| Hex | 3D | 71 | 6C | 2E | 0 | 4 | 38 | AE | 1E | 22 |
| Octal | 75 | 161 | 154 | 56 | 0 | 4 | 70 | 256 | 36 | 42 |
| Binary | 111101 | 1110001 | 1101100 | 101110 | 0 | 100 | 111000 | 10101110 | 11110 | 100010 |
Color Harmonies of #3D716C
Complementary color
Monochromatic Colors of #3D716C
Black with #3D716C
Text Example
Text Example
White with #3D716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D716C; }
p { color: rgb(61,113,108); }
H1.HeaderClassName
{
color: #3D716C;
}
.AnyTagClassName
{
color: #3D716C;
}
</style>
background-color css
<style>
a { background-color: #3D716C; }
a { background-color: rgb(61,113,108); }
div.DivClassName
{
background-color: #3D716C;
}
.BgClassName
{
background-color: #3D716C;
}
</style>
border-color css
<style>
span { border-color: #3D716C; }
span { border-color: rgb(61,113,108); }
td.TdClassName
{
border-color: #3D716C;
}
.TagClassName
{
border-color: #3D716C;
}
</style>