Shades of Genoa #3E7D75
Tints of Genoa #3E7D75
RGB
CMYK
RGB Variations
Color information
#3E7D75 (or 0x3E7D75) is known color: Genoa. HEX triplet: 3E, 7D and 75. RGB value is (62,125,117). Sum of RGB (Red+Green+Blue) = 62+125+117=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7D75 is #C1828A. Grayscale: #696969. Windows color (decimal): -12681867 or 7699774. OLE color: 7699774.
HSL color Cylindrical-coordinate representation of color #3E7D75: hue angle of 172.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7D75 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 125 | 117 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.51 |
| HSL | 172.38º | 0.34% | 0.37% | - |
| HSV(B) | 172.38º | 0.5% | 0.49% | - |
| XYZ | 12.53 | 16.98 | 19.45 | - |
| YUV | 105.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 117 | 0.50 | 0 | 0.06 | 0.51 | 172.38 | 0.34 | 0.37 |
| Hex | 3E | 7D | 75 | 32 | 0 | 6 | 33 | AC | 22 | 25 |
| Octal | 76 | 175 | 165 | 62 | 0 | 6 | 63 | 254 | 42 | 45 |
| Binary | 111110 | 1111101 | 1110101 | 110010 | 0 | 110 | 110011 | 10101100 | 100010 | 100101 |
Color Harmonies of #3E7D75
Complementary color
Monochromatic Colors of #3E7D75
Black with #3E7D75
Text Example
Text Example
White with #3E7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7D75; }
p { color: rgb(62,125,117); }
H1.HeaderClassName
{
color: #3E7D75;
}
.AnyTagClassName
{
color: #3E7D75;
}
</style>
background-color css
<style>
a { background-color: #3E7D75; }
a { background-color: rgb(62,125,117); }
div.DivClassName
{
background-color: #3E7D75;
}
.BgClassName
{
background-color: #3E7D75;
}
</style>
border-color css
<style>
span { border-color: #3E7D75; }
span { border-color: rgb(62,125,117); }
td.TdClassName
{
border-color: #3E7D75;
}
.TagClassName
{
border-color: #3E7D75;
}
</style>