Shades of Genoa #3C6A62
Tints of Genoa #3C6A62
RGB
CMYK
RGB Variations
Color information
#3C6A62 (or 0x3C6A62) is known color: Genoa. HEX triplet: 3C, 6A and 62. RGB value is (60,106,98). Sum of RGB (Red+Green+Blue) = 60+106+98=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A62 is #C3959D. Grayscale: #5B5B5B. Windows color (decimal): -12817822 or 6449724. OLE color: 6449724.
HSL color Cylindrical-coordinate representation of color #3C6A62: hue angle of 169.57º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A62 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 106 | 98 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.58 |
| HSL | 169.57º | 0.28% | 0.33% | - |
| HSV(B) | 169.57º | 0.43% | 0.42% | - |
| XYZ | 9.22 | 12.15 | 13.41 | - |
| YUV | 91.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 98 | 0.43 | 0 | 0.08 | 0.58 | 169.57 | 0.28 | 0.33 |
| Hex | 3C | 6A | 62 | 2B | 0 | 8 | 3A | AA | 1C | 21 |
| Octal | 74 | 152 | 142 | 53 | 0 | 10 | 72 | 252 | 34 | 41 |
| Binary | 111100 | 1101010 | 1100010 | 101011 | 0 | 1000 | 111010 | 10101010 | 11100 | 100001 |
Color Harmonies of #3C6A62
Complementary color
Monochromatic Colors of #3C6A62
Black with #3C6A62
Text Example
Text Example
White with #3C6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6A62; }
p { color: rgb(60,106,98); }
H1.HeaderClassName
{
color: #3C6A62;
}
.AnyTagClassName
{
color: #3C6A62;
}
</style>
background-color css
<style>
a { background-color: #3C6A62; }
a { background-color: rgb(60,106,98); }
div.DivClassName
{
background-color: #3C6A62;
}
.BgClassName
{
background-color: #3C6A62;
}
</style>
border-color css
<style>
span { border-color: #3C6A62; }
span { border-color: rgb(60,106,98); }
td.TdClassName
{
border-color: #3C6A62;
}
.TagClassName
{
border-color: #3C6A62;
}
</style>