Shades of Genoa #36766E
Tints of Genoa #36766E
RGB
CMYK
RGB Variations
Color information
#36766E (or 0x36766E) is known color: Genoa. HEX triplet: 36, 76 and 6E. RGB value is (54,118,110). Sum of RGB (Red+Green+Blue) = 54+118+110=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #36766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36766E is #C98991. Grayscale: #616161. Windows color (decimal): -13207954 or 7239222. OLE color: 7239222.
HSL color Cylindrical-coordinate representation of color #36766E: hue angle of 172.5º 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 #36766E is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 110 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.54 |
| HSL | 172.5º | 0.37% | 0.34% | - |
| HSV(B) | 172.5º | 0.54% | 0.46% | - |
| XYZ | 10.81 | 14.87 | 17.05 | - |
| YUV | 97.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 110 | 0.54 | 0 | 0.07 | 0.54 | 172.5 | 0.37 | 0.34 |
| Hex | 36 | 76 | 6E | 36 | 0 | 7 | 36 | AC | 25 | 22 |
| Octal | 66 | 166 | 156 | 66 | 0 | 7 | 66 | 254 | 45 | 42 |
| Binary | 110110 | 1110110 | 1101110 | 110110 | 0 | 111 | 110110 | 10101100 | 100101 | 100010 |
Color Harmonies of #36766E
Complementary color
Monochromatic Colors of #36766E
Black with #36766E
Text Example
Text Example
White with #36766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36766E; }
p { color: rgb(54,118,110); }
H1.HeaderClassName
{
color: #36766E;
}
.AnyTagClassName
{
color: #36766E;
}
</style>
background-color css
<style>
a { background-color: #36766E; }
a { background-color: rgb(54,118,110); }
div.DivClassName
{
background-color: #36766E;
}
.BgClassName
{
background-color: #36766E;
}
</style>
border-color css
<style>
span { border-color: #36766E; }
span { border-color: rgb(54,118,110); }
td.TdClassName
{
border-color: #36766E;
}
.TagClassName
{
border-color: #36766E;
}
</style>