Shades of Genoa #3C756F
Tints of Genoa #3C756F
RGB
CMYK
RGB Variations
Color information
#3C756F (or 0x3C756F) is known color: Genoa. HEX triplet: 3C, 75 and 6F. RGB value is (60,117,111). Sum of RGB (Red+Green+Blue) = 60+117+111=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #3C756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C756F is #C38A90. Grayscale: #636363. Windows color (decimal): -12814993 or 7304508. OLE color: 7304508.
HSL color Cylindrical-coordinate representation of color #3C756F: hue angle of 173.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C756F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 111 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.54 |
| HSL | 173.68º | 0.32% | 0.35% | - |
| HSV(B) | 173.68º | 0.49% | 0.46% | - |
| XYZ | 11.09 | 14.83 | 17.32 | - |
| YUV | 99.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 111 | 0.49 | 0 | 0.05 | 0.54 | 173.68 | 0.32 | 0.35 |
| Hex | 3C | 75 | 6F | 31 | 0 | 5 | 36 | AE | 20 | 23 |
| Octal | 74 | 165 | 157 | 61 | 0 | 5 | 66 | 256 | 40 | 43 |
| Binary | 111100 | 1110101 | 1101111 | 110001 | 0 | 101 | 110110 | 10101110 | 100000 | 100011 |
Color Harmonies of #3C756F
Complementary color
Monochromatic Colors of #3C756F
Black with #3C756F
Text Example
Text Example
White with #3C756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C756F; }
p { color: rgb(60,117,111); }
H1.HeaderClassName
{
color: #3C756F;
}
.AnyTagClassName
{
color: #3C756F;
}
</style>
background-color css
<style>
a { background-color: #3C756F; }
a { background-color: rgb(60,117,111); }
div.DivClassName
{
background-color: #3C756F;
}
.BgClassName
{
background-color: #3C756F;
}
</style>
border-color css
<style>
span { border-color: #3C756F; }
span { border-color: rgb(60,117,111); }
td.TdClassName
{
border-color: #3C756F;
}
.TagClassName
{
border-color: #3C756F;
}
</style>