Shades of Genoa #367C6C
Tints of Genoa #367C6C
RGB
CMYK
RGB Variations
Color information
#367C6C (or 0x367C6C) is known color: Genoa. HEX triplet: 36, 7C and 6C. RGB value is (54,124,108). Sum of RGB (Red+Green+Blue) = 54+124+108=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #367C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C6C is #C98393. Grayscale: #656565. Windows color (decimal): -13206420 or 7109686. OLE color: 7109686.
HSL color Cylindrical-coordinate representation of color #367C6C: hue angle of 166.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C6C is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 108 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.51 |
| HSL | 166.29º | 0.39% | 0.35% | - |
| HSV(B) | 166.29º | 0.56% | 0.49% | - |
| XYZ | 11.44 | 16.28 | 16.73 | - |
| YUV | 101.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 108 | 0.56 | 0 | 0.13 | 0.51 | 166.29 | 0.39 | 0.35 |
| Hex | 36 | 7C | 6C | 38 | 0 | D | 33 | A6 | 27 | 23 |
| Octal | 66 | 174 | 154 | 70 | 0 | 15 | 63 | 246 | 47 | 43 |
| Binary | 110110 | 1111100 | 1101100 | 111000 | 0 | 1101 | 110011 | 10100110 | 100111 | 100011 |
Color Harmonies of #367C6C
Complementary color
Monochromatic Colors of #367C6C
Black with #367C6C
Text Example
Text Example
White with #367C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C6C; }
p { color: rgb(54,124,108); }
H1.HeaderClassName
{
color: #367C6C;
}
.AnyTagClassName
{
color: #367C6C;
}
</style>
background-color css
<style>
a { background-color: #367C6C; }
a { background-color: rgb(54,124,108); }
div.DivClassName
{
background-color: #367C6C;
}
.BgClassName
{
background-color: #367C6C;
}
</style>
border-color css
<style>
span { border-color: #367C6C; }
span { border-color: rgb(54,124,108); }
td.TdClassName
{
border-color: #367C6C;
}
.TagClassName
{
border-color: #367C6C;
}
</style>