Shades of Genoa #367F6C
Tints of Genoa #367F6C
RGB
CMYK
RGB Variations
Color information
#367F6C (or 0x367F6C) is known color: Genoa. HEX triplet: 36, 7F and 6C. RGB value is (54,127,108). Sum of RGB (Red+Green+Blue) = 54+127+108=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #367F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F6C is #C98093. Grayscale: #676767. Windows color (decimal): -13205652 or 7110454. OLE color: 7110454.
HSL color Cylindrical-coordinate representation of color #367F6C: hue angle of 164.38º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F6C is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 108 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.50 |
| HSL | 164.38º | 0.4% | 0.35% | - |
| HSV(B) | 164.38º | 0.57% | 0.5% | - |
| XYZ | 11.82 | 17.05 | 16.85 | - |
| YUV | 103.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 108 | 0.57 | 0 | 0.15 | 0.50 | 164.38 | 0.4 | 0.35 |
| Hex | 36 | 7F | 6C | 39 | 0 | F | 32 | A4 | 28 | 23 |
| Octal | 66 | 177 | 154 | 71 | 0 | 17 | 62 | 244 | 50 | 43 |
| Binary | 110110 | 1111111 | 1101100 | 111001 | 0 | 1111 | 110010 | 10100100 | 101000 | 100011 |
Color Harmonies of #367F6C
Complementary color
Monochromatic Colors of #367F6C
Black with #367F6C
Text Example
Text Example
White with #367F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F6C; }
p { color: rgb(54,127,108); }
H1.HeaderClassName
{
color: #367F6C;
}
.AnyTagClassName
{
color: #367F6C;
}
</style>
background-color css
<style>
a { background-color: #367F6C; }
a { background-color: rgb(54,127,108); }
div.DivClassName
{
background-color: #367F6C;
}
.BgClassName
{
background-color: #367F6C;
}
</style>
border-color css
<style>
span { border-color: #367F6C; }
span { border-color: rgb(54,127,108); }
td.TdClassName
{
border-color: #367F6C;
}
.TagClassName
{
border-color: #367F6C;
}
</style>