Shades of Genoa #36776E
Tints of Genoa #36776E
RGB
CMYK
RGB Variations
Color information
#36776E (or 0x36776E) is known color: Genoa. HEX triplet: 36, 77 and 6E. RGB value is (54,119,110). Sum of RGB (Red+Green+Blue) = 54+119+110=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #36776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776E is #C98891. Grayscale: #626262. Windows color (decimal): -13207698 or 7239478. OLE color: 7239478.
HSL color Cylindrical-coordinate representation of color #36776E: hue angle of 171.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36776E is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 110 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.53 |
| HSL | 171.69º | 0.38% | 0.34% | - |
| HSV(B) | 171.69º | 0.55% | 0.47% | - |
| XYZ | 10.93 | 15.1 | 17.09 | - |
| YUV | 98.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 110 | 0.55 | 0 | 0.08 | 0.53 | 171.69 | 0.38 | 0.34 |
| Hex | 36 | 77 | 6E | 37 | 0 | 8 | 35 | AC | 26 | 22 |
| Octal | 66 | 167 | 156 | 67 | 0 | 10 | 65 | 254 | 46 | 42 |
| Binary | 110110 | 1110111 | 1101110 | 110111 | 0 | 1000 | 110101 | 10101100 | 100110 | 100010 |
Color Harmonies of #36776E
Complementary color
Monochromatic Colors of #36776E
Black with #36776E
Text Example
Text Example
White with #36776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36776E; }
p { color: rgb(54,119,110); }
H1.HeaderClassName
{
color: #36776E;
}
.AnyTagClassName
{
color: #36776E;
}
</style>
background-color css
<style>
a { background-color: #36776E; }
a { background-color: rgb(54,119,110); }
div.DivClassName
{
background-color: #36776E;
}
.BgClassName
{
background-color: #36776E;
}
</style>
border-color css
<style>
span { border-color: #36776E; }
span { border-color: rgb(54,119,110); }
td.TdClassName
{
border-color: #36776E;
}
.TagClassName
{
border-color: #36776E;
}
</style>