Shades of Genoa #3C7367
Tints of Genoa #3C7367
RGB
CMYK
RGB Variations
Color information
#3C7367 (or 0x3C7367) is known color: Genoa. HEX triplet: 3C, 73 and 67. RGB value is (60,115,103). Sum of RGB (Red+Green+Blue) = 60+115+103=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7367 is #C38C98. Grayscale: #616161. Windows color (decimal): -12815513 or 6779708. OLE color: 6779708.
HSL color Cylindrical-coordinate representation of color #3C7367: hue angle of 166.91º 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 #3C7367 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 103 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.55 |
| HSL | 166.91º | 0.31% | 0.34% | - |
| HSV(B) | 166.91º | 0.48% | 0.45% | - |
| XYZ | 10.44 | 14.2 | 15.02 | - |
| YUV | 97.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 103 | 0.48 | 0 | 0.10 | 0.55 | 166.91 | 0.31 | 0.34 |
| Hex | 3C | 73 | 67 | 30 | 0 | A | 37 | A7 | 1F | 22 |
| Octal | 74 | 163 | 147 | 60 | 0 | 12 | 67 | 247 | 37 | 42 |
| Binary | 111100 | 1110011 | 1100111 | 110000 | 0 | 1010 | 110111 | 10100111 | 11111 | 100010 |
Color Harmonies of #3C7367
Complementary color
Monochromatic Colors of #3C7367
Black with #3C7367
Text Example
Text Example
White with #3C7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7367; }
p { color: rgb(60,115,103); }
H1.HeaderClassName
{
color: #3C7367;
}
.AnyTagClassName
{
color: #3C7367;
}
</style>
background-color css
<style>
a { background-color: #3C7367; }
a { background-color: rgb(60,115,103); }
div.DivClassName
{
background-color: #3C7367;
}
.BgClassName
{
background-color: #3C7367;
}
</style>
border-color css
<style>
span { border-color: #3C7367; }
span { border-color: rgb(60,115,103); }
td.TdClassName
{
border-color: #3C7367;
}
.TagClassName
{
border-color: #3C7367;
}
</style>