Shades of Genoa #367F76
Tints of Genoa #367F76
RGB
CMYK
RGB Variations
Color information
#367F76 (or 0x367F76) is known color: Genoa. HEX triplet: 36, 7F and 76. RGB value is (54,127,118). Sum of RGB (Red+Green+Blue) = 54+127+118=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #367F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F76 is #C98089. Grayscale: #686868. Windows color (decimal): -13205642 or 7765814. OLE color: 7765814.
HSL color Cylindrical-coordinate representation of color #367F76: hue angle of 172.6º 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 #367F76 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 118 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.50 |
| HSL | 172.6º | 0.4% | 0.35% | - |
| HSV(B) | 172.6º | 0.57% | 0.5% | - |
| XYZ | 12.38 | 17.27 | 19.82 | - |
| YUV | 104.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 118 | 0.57 | 0 | 0.07 | 0.50 | 172.6 | 0.4 | 0.35 |
| Hex | 36 | 7F | 76 | 39 | 0 | 7 | 32 | AD | 28 | 23 |
| Octal | 66 | 177 | 166 | 71 | 0 | 7 | 62 | 255 | 50 | 43 |
| Binary | 110110 | 1111111 | 1110110 | 111001 | 0 | 111 | 110010 | 10101101 | 101000 | 100011 |
Color Harmonies of #367F76
Complementary color
Monochromatic Colors of #367F76
Black with #367F76
Text Example
Text Example
White with #367F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F76; }
p { color: rgb(54,127,118); }
H1.HeaderClassName
{
color: #367F76;
}
.AnyTagClassName
{
color: #367F76;
}
</style>
background-color css
<style>
a { background-color: #367F76; }
a { background-color: rgb(54,127,118); }
div.DivClassName
{
background-color: #367F76;
}
.BgClassName
{
background-color: #367F76;
}
</style>
border-color css
<style>
span { border-color: #367F76; }
span { border-color: rgb(54,127,118); }
td.TdClassName
{
border-color: #367F76;
}
.TagClassName
{
border-color: #367F76;
}
</style>