Shades of Genoa #3D7B72
Tints of Genoa #3D7B72
RGB
CMYK
RGB Variations
Color information
#3D7B72 (or 0x3D7B72) is known color: Genoa. HEX triplet: 3D, 7B and 72. RGB value is (61,123,114). Sum of RGB (Red+Green+Blue) = 61+123+114=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B72 is #C2848D. Grayscale: #676767. Windows color (decimal): -12747918 or 7502653. OLE color: 7502653.
HSL color Cylindrical-coordinate representation of color #3D7B72: hue angle of 171.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B72 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 123 | 114 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.52 |
| HSL | 171.29º | 0.34% | 0.36% | - |
| HSV(B) | 171.29º | 0.5% | 0.48% | - |
| XYZ | 12.04 | 16.37 | 18.45 | - |
| YUV | 103.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 114 | 0.50 | 0 | 0.07 | 0.52 | 171.29 | 0.34 | 0.36 |
| Hex | 3D | 7B | 72 | 32 | 0 | 7 | 34 | AB | 22 | 24 |
| Octal | 75 | 173 | 162 | 62 | 0 | 7 | 64 | 253 | 42 | 44 |
| Binary | 111101 | 1111011 | 1110010 | 110010 | 0 | 111 | 110100 | 10101011 | 100010 | 100100 |
Color Harmonies of #3D7B72
Complementary color
Monochromatic Colors of #3D7B72
Black with #3D7B72
Text Example
Text Example
White with #3D7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7B72; }
p { color: rgb(61,123,114); }
H1.HeaderClassName
{
color: #3D7B72;
}
.AnyTagClassName
{
color: #3D7B72;
}
</style>
background-color css
<style>
a { background-color: #3D7B72; }
a { background-color: rgb(61,123,114); }
div.DivClassName
{
background-color: #3D7B72;
}
.BgClassName
{
background-color: #3D7B72;
}
</style>
border-color css
<style>
span { border-color: #3D7B72; }
span { border-color: rgb(61,123,114); }
td.TdClassName
{
border-color: #3D7B72;
}
.TagClassName
{
border-color: #3D7B72;
}
</style>