Shades of Genoa #36756D
Tints of Genoa #36756D
RGB
CMYK
RGB Variations
Color information
#36756D (or 0x36756D) is known color: Genoa. HEX triplet: 36, 75 and 6D. RGB value is (54,117,109). Sum of RGB (Red+Green+Blue) = 54+117+109=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #36756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756D is #C98A92. Grayscale: #616161. Windows color (decimal): -13208211 or 7173430. OLE color: 7173430.
HSL color Cylindrical-coordinate representation of color #36756D: hue angle of 172.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36756D is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 117 | 109 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.54 |
| HSL | 172.38º | 0.37% | 0.34% | - |
| HSV(B) | 172.38º | 0.54% | 0.46% | - |
| XYZ | 10.64 | 14.61 | 16.73 | - |
| YUV | 97.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 109 | 0.54 | 0 | 0.07 | 0.54 | 172.38 | 0.37 | 0.34 |
| Hex | 36 | 75 | 6D | 36 | 0 | 7 | 36 | AC | 25 | 22 |
| Octal | 66 | 165 | 155 | 66 | 0 | 7 | 66 | 254 | 45 | 42 |
| Binary | 110110 | 1110101 | 1101101 | 110110 | 0 | 111 | 110110 | 10101100 | 100101 | 100010 |
Color Harmonies of #36756D
Complementary color
Monochromatic Colors of #36756D
Black with #36756D
Text Example
Text Example
White with #36756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36756D; }
p { color: rgb(54,117,109); }
H1.HeaderClassName
{
color: #36756D;
}
.AnyTagClassName
{
color: #36756D;
}
</style>
background-color css
<style>
a { background-color: #36756D; }
a { background-color: rgb(54,117,109); }
div.DivClassName
{
background-color: #36756D;
}
.BgClassName
{
background-color: #36756D;
}
</style>
border-color css
<style>
span { border-color: #36756D; }
span { border-color: rgb(54,117,109); }
td.TdClassName
{
border-color: #36756D;
}
.TagClassName
{
border-color: #36756D;
}
</style>