Shades of Genoa #3D716A
Tints of Genoa #3D716A
RGB
CMYK
RGB Variations
Color information
#3D716A (or 0x3D716A) is known color: Genoa. HEX triplet: 3D, 71 and 6A. RGB value is (61,113,106). Sum of RGB (Red+Green+Blue) = 61+113+106=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3D716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D716A is #C28E95. Grayscale: #606060. Windows color (decimal): -12750486 or 6975805. OLE color: 6975805.
HSL color Cylindrical-coordinate representation of color #3D716A: hue angle of 171.92º 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 #3D716A is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 106 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.56 |
| HSL | 171.92º | 0.3% | 0.34% | - |
| HSV(B) | 171.92º | 0.46% | 0.44% | - |
| XYZ | 10.43 | 13.84 | 15.76 | - |
| YUV | 96.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 106 | 0.46 | 0 | 0.06 | 0.56 | 171.92 | 0.3 | 0.34 |
| Hex | 3D | 71 | 6A | 2E | 0 | 6 | 38 | AC | 1E | 22 |
| Octal | 75 | 161 | 152 | 56 | 0 | 6 | 70 | 254 | 36 | 42 |
| Binary | 111101 | 1110001 | 1101010 | 101110 | 0 | 110 | 111000 | 10101100 | 11110 | 100010 |
Color Harmonies of #3D716A
Complementary color
Monochromatic Colors of #3D716A
Black with #3D716A
Text Example
Text Example
White with #3D716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D716A; }
p { color: rgb(61,113,106); }
H1.HeaderClassName
{
color: #3D716A;
}
.AnyTagClassName
{
color: #3D716A;
}
</style>
background-color css
<style>
a { background-color: #3D716A; }
a { background-color: rgb(61,113,106); }
div.DivClassName
{
background-color: #3D716A;
}
.BgClassName
{
background-color: #3D716A;
}
</style>
border-color css
<style>
span { border-color: #3D716A; }
span { border-color: rgb(61,113,106); }
td.TdClassName
{
border-color: #3D716A;
}
.TagClassName
{
border-color: #3D716A;
}
</style>