Shades of Genoa #3C6B65
Tints of Genoa #3C6B65
RGB
CMYK
RGB Variations
Color information
#3C6B65 (or 0x3C6B65) is known color: Genoa. HEX triplet: 3C, 6B and 65. RGB value is (60,107,101). Sum of RGB (Red+Green+Blue) = 60+107+101=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B65 is #C3949A. Grayscale: #5C5C5C. Windows color (decimal): -12817563 or 6646588. OLE color: 6646588.
HSL color Cylindrical-coordinate representation of color #3C6B65: hue angle of 172.34º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B65 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 101 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.58 |
| HSL | 172.34º | 0.28% | 0.33% | - |
| HSV(B) | 172.34º | 0.44% | 0.42% | - |
| XYZ | 9.47 | 12.42 | 14.21 | - |
| YUV | 92.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 101 | 0.44 | 0 | 0.06 | 0.58 | 172.34 | 0.28 | 0.33 |
| Hex | 3C | 6B | 65 | 2C | 0 | 6 | 3A | AC | 1C | 21 |
| Octal | 74 | 153 | 145 | 54 | 0 | 6 | 72 | 254 | 34 | 41 |
| Binary | 111100 | 1101011 | 1100101 | 101100 | 0 | 110 | 111010 | 10101100 | 11100 | 100001 |
Color Harmonies of #3C6B65
Complementary color
Monochromatic Colors of #3C6B65
Black with #3C6B65
Text Example
Text Example
White with #3C6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B65; }
p { color: rgb(60,107,101); }
H1.HeaderClassName
{
color: #3C6B65;
}
.AnyTagClassName
{
color: #3C6B65;
}
</style>
background-color css
<style>
a { background-color: #3C6B65; }
a { background-color: rgb(60,107,101); }
div.DivClassName
{
background-color: #3C6B65;
}
.BgClassName
{
background-color: #3C6B65;
}
</style>
border-color css
<style>
span { border-color: #3C6B65; }
span { border-color: rgb(60,107,101); }
td.TdClassName
{
border-color: #3C6B65;
}
.TagClassName
{
border-color: #3C6B65;
}
</style>