Shades of Genoa #36796C
Tints of Genoa #36796C
RGB
CMYK
RGB Variations
Color information
#36796C (or 0x36796C) is known color: Genoa. HEX triplet: 36, 79 and 6C. RGB value is (54,121,108). Sum of RGB (Red+Green+Blue) = 54+121+108=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #36796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36796C is #C98693. Grayscale: #636363. Windows color (decimal): -13207188 or 7108918. OLE color: 7108918.
HSL color Cylindrical-coordinate representation of color #36796C: hue angle of 168.36º 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 #36796C is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 108 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.53 |
| HSL | 168.36º | 0.38% | 0.34% | - |
| HSV(B) | 168.36º | 0.55% | 0.47% | - |
| XYZ | 11.07 | 15.54 | 16.6 | - |
| YUV | 99.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 108 | 0.55 | 0 | 0.11 | 0.53 | 168.36 | 0.38 | 0.34 |
| Hex | 36 | 79 | 6C | 37 | 0 | B | 35 | A8 | 26 | 22 |
| Octal | 66 | 171 | 154 | 67 | 0 | 13 | 65 | 250 | 46 | 42 |
| Binary | 110110 | 1111001 | 1101100 | 110111 | 0 | 1011 | 110101 | 10101000 | 100110 | 100010 |
Color Harmonies of #36796C
Complementary color
Monochromatic Colors of #36796C
Black with #36796C
Text Example
Text Example
White with #36796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36796C; }
p { color: rgb(54,121,108); }
H1.HeaderClassName
{
color: #36796C;
}
.AnyTagClassName
{
color: #36796C;
}
</style>
background-color css
<style>
a { background-color: #36796C; }
a { background-color: rgb(54,121,108); }
div.DivClassName
{
background-color: #36796C;
}
.BgClassName
{
background-color: #36796C;
}
</style>
border-color css
<style>
span { border-color: #36796C; }
span { border-color: rgb(54,121,108); }
td.TdClassName
{
border-color: #36796C;
}
.TagClassName
{
border-color: #36796C;
}
</style>