Shades of Genoa #3C736C
Tints of Genoa #3C736C
RGB
CMYK
RGB Variations
Color information
#3C736C (or 0x3C736C) is known color: Genoa. HEX triplet: 3C, 73 and 6C. RGB value is (60,115,108). Sum of RGB (Red+Green+Blue) = 60+115+108=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #3C736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C736C is #C38C93. Grayscale: #616161. Windows color (decimal): -12815508 or 7107388. OLE color: 7107388.
HSL color Cylindrical-coordinate representation of color #3C736C: hue angle of 172.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C736C is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 108 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.55 |
| HSL | 172.36º | 0.31% | 0.34% | - |
| HSV(B) | 172.36º | 0.48% | 0.45% | - |
| XYZ | 10.7 | 14.3 | 16.38 | - |
| YUV | 97.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 108 | 0.48 | 0 | 0.06 | 0.55 | 172.36 | 0.31 | 0.34 |
| Hex | 3C | 73 | 6C | 30 | 0 | 6 | 37 | AC | 1F | 22 |
| Octal | 74 | 163 | 154 | 60 | 0 | 6 | 67 | 254 | 37 | 42 |
| Binary | 111100 | 1110011 | 1101100 | 110000 | 0 | 110 | 110111 | 10101100 | 11111 | 100010 |
Color Harmonies of #3C736C
Complementary color
Monochromatic Colors of #3C736C
Black with #3C736C
Text Example
Text Example
White with #3C736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C736C; }
p { color: rgb(60,115,108); }
H1.HeaderClassName
{
color: #3C736C;
}
.AnyTagClassName
{
color: #3C736C;
}
</style>
background-color css
<style>
a { background-color: #3C736C; }
a { background-color: rgb(60,115,108); }
div.DivClassName
{
background-color: #3C736C;
}
.BgClassName
{
background-color: #3C736C;
}
</style>
border-color css
<style>
span { border-color: #3C736C; }
span { border-color: rgb(60,115,108); }
td.TdClassName
{
border-color: #3C736C;
}
.TagClassName
{
border-color: #3C736C;
}
</style>