Shades of Genoa #367E71
Tints of Genoa #367E71
RGB
CMYK
RGB Variations
Color information
#367E71 (or 0x367E71) is known color: Genoa. HEX triplet: 36, 7E and 71. RGB value is (54,126,113). Sum of RGB (Red+Green+Blue) = 54+126+113=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #367E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E71 is #C9818E. Grayscale: #666666. Windows color (decimal): -13205903 or 7437878. OLE color: 7437878.
HSL color Cylindrical-coordinate representation of color #367E71: hue angle of 169.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E71 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 113 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.51 |
| HSL | 169.17º | 0.4% | 0.35% | - |
| HSV(B) | 169.17º | 0.57% | 0.49% | - |
| XYZ | 11.96 | 16.9 | 18.25 | - |
| YUV | 102.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 113 | 0.57 | 0 | 0.10 | 0.51 | 169.17 | 0.4 | 0.35 |
| Hex | 36 | 7E | 71 | 39 | 0 | A | 33 | A9 | 28 | 23 |
| Octal | 66 | 176 | 161 | 71 | 0 | 12 | 63 | 251 | 50 | 43 |
| Binary | 110110 | 1111110 | 1110001 | 111001 | 0 | 1010 | 110011 | 10101001 | 101000 | 100011 |
Color Harmonies of #367E71
Complementary color
Monochromatic Colors of #367E71
Black with #367E71
Text Example
Text Example
White with #367E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E71; }
p { color: rgb(54,126,113); }
H1.HeaderClassName
{
color: #367E71;
}
.AnyTagClassName
{
color: #367E71;
}
</style>
background-color css
<style>
a { background-color: #367E71; }
a { background-color: rgb(54,126,113); }
div.DivClassName
{
background-color: #367E71;
}
.BgClassName
{
background-color: #367E71;
}
</style>
border-color css
<style>
span { border-color: #367E71; }
span { border-color: rgb(54,126,113); }
td.TdClassName
{
border-color: #367E71;
}
.TagClassName
{
border-color: #367E71;
}
</style>