Shades of Genoa #3C7368
Tints of Genoa #3C7368
RGB
CMYK
RGB Variations
Color information
#3C7368 (or 0x3C7368) is known color: Genoa. HEX triplet: 3C, 73 and 68. RGB value is (60,115,104). Sum of RGB (Red+Green+Blue) = 60+115+104=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7368 is #C38C97. Grayscale: #616161. Windows color (decimal): -12815512 or 6845244. OLE color: 6845244.
HSL color Cylindrical-coordinate representation of color #3C7368: hue angle of 168º 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 #3C7368 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 104 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.55 |
| HSL | 168º | 0.31% | 0.34% | - |
| HSV(B) | 168º | 0.48% | 0.45% | - |
| XYZ | 10.49 | 14.22 | 15.29 | - |
| YUV | 97.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 104 | 0.48 | 0 | 0.10 | 0.55 | 168 | 0.31 | 0.34 |
| Hex | 3C | 73 | 68 | 30 | 0 | A | 37 | A8 | 1F | 22 |
| Octal | 74 | 163 | 150 | 60 | 0 | 12 | 67 | 250 | 37 | 42 |
| Binary | 111100 | 1110011 | 1101000 | 110000 | 0 | 1010 | 110111 | 10101000 | 11111 | 100010 |
Color Harmonies of #3C7368
Complementary color
Monochromatic Colors of #3C7368
Black with #3C7368
Text Example
Text Example
White with #3C7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7368; }
p { color: rgb(60,115,104); }
H1.HeaderClassName
{
color: #3C7368;
}
.AnyTagClassName
{
color: #3C7368;
}
</style>
background-color css
<style>
a { background-color: #3C7368; }
a { background-color: rgb(60,115,104); }
div.DivClassName
{
background-color: #3C7368;
}
.BgClassName
{
background-color: #3C7368;
}
</style>
border-color css
<style>
span { border-color: #3C7368; }
span { border-color: rgb(60,115,104); }
td.TdClassName
{
border-color: #3C7368;
}
.TagClassName
{
border-color: #3C7368;
}
</style>