Shades of Genoa #36786A
Tints of Genoa #36786A
RGB
CMYK
RGB Variations
Color information
#36786A (or 0x36786A) is known color: Genoa. HEX triplet: 36, 78 and 6A. RGB value is (54,120,106). Sum of RGB (Red+Green+Blue) = 54+120+106=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #36786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36786A is #C98795. Grayscale: #626262. Windows color (decimal): -13207446 or 6977590. OLE color: 6977590.
HSL color Cylindrical-coordinate representation of color #36786A: hue angle of 167.27º 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 #36786A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 120 | 106 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.53 |
| HSL | 167.27º | 0.38% | 0.34% | - |
| HSV(B) | 167.27º | 0.55% | 0.47% | - |
| XYZ | 10.84 | 15.26 | 16.01 | - |
| YUV | 98.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 106 | 0.55 | 0 | 0.12 | 0.53 | 167.27 | 0.38 | 0.34 |
| Hex | 36 | 78 | 6A | 37 | 0 | C | 35 | A7 | 26 | 22 |
| Octal | 66 | 170 | 152 | 67 | 0 | 14 | 65 | 247 | 46 | 42 |
| Binary | 110110 | 1111000 | 1101010 | 110111 | 0 | 1100 | 110101 | 10100111 | 100110 | 100010 |
Color Harmonies of #36786A
Complementary color
Monochromatic Colors of #36786A
Black with #36786A
Text Example
Text Example
White with #36786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36786A; }
p { color: rgb(54,120,106); }
H1.HeaderClassName
{
color: #36786A;
}
.AnyTagClassName
{
color: #36786A;
}
</style>
background-color css
<style>
a { background-color: #36786A; }
a { background-color: rgb(54,120,106); }
div.DivClassName
{
background-color: #36786A;
}
.BgClassName
{
background-color: #36786A;
}
</style>
border-color css
<style>
span { border-color: #36786A; }
span { border-color: rgb(54,120,106); }
td.TdClassName
{
border-color: #36786A;
}
.TagClassName
{
border-color: #36786A;
}
</style>