Shades of Genoa #367D71
Tints of Genoa #367D71
RGB
CMYK
RGB Variations
Color information
#367D71 (or 0x367D71) is known color: Genoa. HEX triplet: 36, 7D and 71. RGB value is (54,125,113). Sum of RGB (Red+Green+Blue) = 54+125+113=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #367D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D71 is #C9828E. Grayscale: #666666. Windows color (decimal): -13206159 or 7437622. OLE color: 7437622.
HSL color Cylindrical-coordinate representation of color #367D71: hue angle of 169.86º 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 #367D71 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 113 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.51 |
| HSL | 169.86º | 0.4% | 0.35% | - |
| HSV(B) | 169.86º | 0.57% | 0.49% | - |
| XYZ | 11.84 | 16.64 | 18.21 | - |
| YUV | 102.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 113 | 0.57 | 0 | 0.10 | 0.51 | 169.86 | 0.4 | 0.35 |
| Hex | 36 | 7D | 71 | 39 | 0 | A | 33 | AA | 28 | 23 |
| Octal | 66 | 175 | 161 | 71 | 0 | 12 | 63 | 252 | 50 | 43 |
| Binary | 110110 | 1111101 | 1110001 | 111001 | 0 | 1010 | 110011 | 10101010 | 101000 | 100011 |
Color Harmonies of #367D71
Complementary color
Monochromatic Colors of #367D71
Black with #367D71
Text Example
Text Example
White with #367D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D71; }
p { color: rgb(54,125,113); }
H1.HeaderClassName
{
color: #367D71;
}
.AnyTagClassName
{
color: #367D71;
}
</style>
background-color css
<style>
a { background-color: #367D71; }
a { background-color: rgb(54,125,113); }
div.DivClassName
{
background-color: #367D71;
}
.BgClassName
{
background-color: #367D71;
}
</style>
border-color css
<style>
span { border-color: #367D71; }
span { border-color: rgb(54,125,113); }
td.TdClassName
{
border-color: #367D71;
}
.TagClassName
{
border-color: #367D71;
}
</style>