Shades of Genoa #36776A
Tints of Genoa #36776A
RGB
CMYK
RGB Variations
Color information
#36776A (or 0x36776A) is known color: Genoa. HEX triplet: 36, 77 and 6A. RGB value is (54,119,106). Sum of RGB (Red+Green+Blue) = 54+119+106=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #36776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776A is #C98895. Grayscale: #626262. Windows color (decimal): -13207702 or 6977334. OLE color: 6977334.
HSL color Cylindrical-coordinate representation of color #36776A: hue angle of 168º 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 #36776A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 106 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.53 |
| HSL | 168º | 0.38% | 0.34% | - |
| HSV(B) | 168º | 0.55% | 0.47% | - |
| XYZ | 10.72 | 15.02 | 15.97 | - |
| YUV | 98.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 106 | 0.55 | 0 | 0.11 | 0.53 | 168 | 0.38 | 0.34 |
| Hex | 36 | 77 | 6A | 37 | 0 | B | 35 | A8 | 26 | 22 |
| Octal | 66 | 167 | 152 | 67 | 0 | 13 | 65 | 250 | 46 | 42 |
| Binary | 110110 | 1110111 | 1101010 | 110111 | 0 | 1011 | 110101 | 10101000 | 100110 | 100010 |
Color Harmonies of #36776A
Complementary color
Monochromatic Colors of #36776A
Black with #36776A
Text Example
Text Example
White with #36776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36776A; }
p { color: rgb(54,119,106); }
H1.HeaderClassName
{
color: #36776A;
}
.AnyTagClassName
{
color: #36776A;
}
</style>
background-color css
<style>
a { background-color: #36776A; }
a { background-color: rgb(54,119,106); }
div.DivClassName
{
background-color: #36776A;
}
.BgClassName
{
background-color: #36776A;
}
</style>
border-color css
<style>
span { border-color: #36776A; }
span { border-color: rgb(54,119,106); }
td.TdClassName
{
border-color: #36776A;
}
.TagClassName
{
border-color: #36776A;
}
</style>