Shades of Genoa #367C6F
Tints of Genoa #367C6F
RGB
CMYK
RGB Variations
Color information
#367C6F (or 0x367C6F) is known color: Genoa. HEX triplet: 36, 7C and 6F. RGB value is (54,124,111). Sum of RGB (Red+Green+Blue) = 54+124+111=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #367C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C6F is #C98390. Grayscale: #656565. Windows color (decimal): -13206417 or 7306294. OLE color: 7306294.
HSL color Cylindrical-coordinate representation of color #367C6F: hue angle of 168.86º 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 #367C6F is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 111 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 168.86º | 0.39% | 0.35% | - |
| HSV(B) | 168.86º | 0.56% | 0.49% | - |
| XYZ | 11.6 | 16.35 | 17.58 | - |
| YUV | 101.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 111 | 0.56 | 0 | 0.10 | 0.51 | 168.86 | 0.39 | 0.35 |
| Hex | 36 | 7C | 6F | 38 | 0 | A | 33 | A9 | 27 | 23 |
| Octal | 66 | 174 | 157 | 70 | 0 | 12 | 63 | 251 | 47 | 43 |
| Binary | 110110 | 1111100 | 1101111 | 111000 | 0 | 1010 | 110011 | 10101001 | 100111 | 100011 |
Color Harmonies of #367C6F
Complementary color
Monochromatic Colors of #367C6F
Black with #367C6F
Text Example
Text Example
White with #367C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C6F; }
p { color: rgb(54,124,111); }
H1.HeaderClassName
{
color: #367C6F;
}
.AnyTagClassName
{
color: #367C6F;
}
</style>
background-color css
<style>
a { background-color: #367C6F; }
a { background-color: rgb(54,124,111); }
div.DivClassName
{
background-color: #367C6F;
}
.BgClassName
{
background-color: #367C6F;
}
</style>
border-color css
<style>
span { border-color: #367C6F; }
span { border-color: rgb(54,124,111); }
td.TdClassName
{
border-color: #367C6F;
}
.TagClassName
{
border-color: #367C6F;
}
</style>