Shades of Genoa #3D706B
Tints of Genoa #3D706B
RGB
CMYK
RGB Variations
Color information
#3D706B (or 0x3D706B) is known color: Genoa. HEX triplet: 3D, 70 and 6B. RGB value is (61,112,107). Sum of RGB (Red+Green+Blue) = 61+112+107=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #3D706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D706B is #C28F94. Grayscale: #606060. Windows color (decimal): -12750741 or 7041085. OLE color: 7041085.
HSL color Cylindrical-coordinate representation of color #3D706B: hue angle of 174.12º degrees, saturation: 0.29, 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 #3D706B is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 107 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.56 |
| HSL | 174.12º | 0.29% | 0.34% | - |
| HSV(B) | 174.12º | 0.46% | 0.44% | - |
| XYZ | 10.37 | 13.64 | 16 | - |
| YUV | 96.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 107 | 0.46 | 0 | 0.04 | 0.56 | 174.12 | 0.29 | 0.34 |
| Hex | 3D | 70 | 6B | 2E | 0 | 4 | 38 | AE | 1D | 22 |
| Octal | 75 | 160 | 153 | 56 | 0 | 4 | 70 | 256 | 35 | 42 |
| Binary | 111101 | 1110000 | 1101011 | 101110 | 0 | 100 | 111000 | 10101110 | 11101 | 100010 |
Color Harmonies of #3D706B
Complementary color
Monochromatic Colors of #3D706B
Black with #3D706B
Text Example
Text Example
White with #3D706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D706B; }
p { color: rgb(61,112,107); }
H1.HeaderClassName
{
color: #3D706B;
}
.AnyTagClassName
{
color: #3D706B;
}
</style>
background-color css
<style>
a { background-color: #3D706B; }
a { background-color: rgb(61,112,107); }
div.DivClassName
{
background-color: #3D706B;
}
.BgClassName
{
background-color: #3D706B;
}
</style>
border-color css
<style>
span { border-color: #3D706B; }
span { border-color: rgb(61,112,107); }
td.TdClassName
{
border-color: #3D706B;
}
.TagClassName
{
border-color: #3D706B;
}
</style>