Shades of Genoa #36776C
Tints of Genoa #36776C
RGB
CMYK
RGB Variations
Color information
#36776C (or 0x36776C) is known color: Genoa. HEX triplet: 36, 77 and 6C. RGB value is (54,119,108). Sum of RGB (Red+Green+Blue) = 54+119+108=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #36776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776C is #C98893. Grayscale: #626262. Windows color (decimal): -13207700 or 7108406. OLE color: 7108406.
HSL color Cylindrical-coordinate representation of color #36776C: hue angle of 169.85º 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 #36776C is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 108 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.53 |
| HSL | 169.85º | 0.38% | 0.34% | - |
| HSV(B) | 169.85º | 0.55% | 0.47% | - |
| XYZ | 10.82 | 15.06 | 16.52 | - |
| YUV | 98.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 108 | 0.55 | 0 | 0.09 | 0.53 | 169.85 | 0.38 | 0.34 |
| Hex | 36 | 77 | 6C | 37 | 0 | 9 | 35 | AA | 26 | 22 |
| Octal | 66 | 167 | 154 | 67 | 0 | 11 | 65 | 252 | 46 | 42 |
| Binary | 110110 | 1110111 | 1101100 | 110111 | 0 | 1001 | 110101 | 10101010 | 100110 | 100010 |
Color Harmonies of #36776C
Complementary color
Monochromatic Colors of #36776C
Black with #36776C
Text Example
Text Example
White with #36776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36776C; }
p { color: rgb(54,119,108); }
H1.HeaderClassName
{
color: #36776C;
}
.AnyTagClassName
{
color: #36776C;
}
</style>
background-color css
<style>
a { background-color: #36776C; }
a { background-color: rgb(54,119,108); }
div.DivClassName
{
background-color: #36776C;
}
.BgClassName
{
background-color: #36776C;
}
</style>
border-color css
<style>
span { border-color: #36776C; }
span { border-color: rgb(54,119,108); }
td.TdClassName
{
border-color: #36776C;
}
.TagClassName
{
border-color: #36776C;
}
</style>