Shades of Genoa #367B71
Tints of Genoa #367B71
RGB
CMYK
RGB Variations
Color information
#367B71 (or 0x367B71) is known color: Genoa. HEX triplet: 36, 7B and 71. RGB value is (54,123,113). Sum of RGB (Red+Green+Blue) = 54+123+113=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #367B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B71 is #C9848E. Grayscale: #656565. Windows color (decimal): -13206671 or 7437110. OLE color: 7437110.
HSL color Cylindrical-coordinate representation of color #367B71: hue angle of 171.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B71 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 113 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.52 |
| HSL | 171.3º | 0.39% | 0.35% | - |
| HSV(B) | 171.3º | 0.56% | 0.48% | - |
| XYZ | 11.58 | 16.14 | 18.13 | - |
| YUV | 101.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 113 | 0.56 | 0 | 0.08 | 0.52 | 171.3 | 0.39 | 0.35 |
| Hex | 36 | 7B | 71 | 38 | 0 | 8 | 34 | AB | 27 | 23 |
| Octal | 66 | 173 | 161 | 70 | 0 | 10 | 64 | 253 | 47 | 43 |
| Binary | 110110 | 1111011 | 1110001 | 111000 | 0 | 1000 | 110100 | 10101011 | 100111 | 100011 |
Color Harmonies of #367B71
Complementary color
Monochromatic Colors of #367B71
Black with #367B71
Text Example
Text Example
White with #367B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B71; }
p { color: rgb(54,123,113); }
H1.HeaderClassName
{
color: #367B71;
}
.AnyTagClassName
{
color: #367B71;
}
</style>
background-color css
<style>
a { background-color: #367B71; }
a { background-color: rgb(54,123,113); }
div.DivClassName
{
background-color: #367B71;
}
.BgClassName
{
background-color: #367B71;
}
</style>
border-color css
<style>
span { border-color: #367B71; }
span { border-color: rgb(54,123,113); }
td.TdClassName
{
border-color: #367B71;
}
.TagClassName
{
border-color: #367B71;
}
</style>