Shades of Genoa #36746C
Tints of Genoa #36746C
RGB
CMYK
RGB Variations
Color information
#36746C (or 0x36746C) is known color: Genoa. HEX triplet: 36, 74 and 6C. RGB value is (54,116,108). Sum of RGB (Red+Green+Blue) = 54+116+108=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #36746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746C is #C98B93. Grayscale: #606060. Windows color (decimal): -13208468 or 7107638. OLE color: 7107638.
HSL color Cylindrical-coordinate representation of color #36746C: hue angle of 172.26º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36746C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 108 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.55 |
| HSL | 172.26º | 0.36% | 0.33% | - |
| HSV(B) | 172.26º | 0.53% | 0.45% | - |
| XYZ | 10.47 | 14.36 | 16.41 | - |
| YUV | 96.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 108 | 0.53 | 0 | 0.07 | 0.55 | 172.26 | 0.36 | 0.33 |
| Hex | 36 | 74 | 6C | 35 | 0 | 7 | 37 | AC | 24 | 21 |
| Octal | 66 | 164 | 154 | 65 | 0 | 7 | 67 | 254 | 44 | 41 |
| Binary | 110110 | 1110100 | 1101100 | 110101 | 0 | 111 | 110111 | 10101100 | 100100 | 100001 |
Color Harmonies of #36746C
Complementary color
Monochromatic Colors of #36746C
Black with #36746C
Text Example
Text Example
White with #36746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36746C; }
p { color: rgb(54,116,108); }
H1.HeaderClassName
{
color: #36746C;
}
.AnyTagClassName
{
color: #36746C;
}
</style>
background-color css
<style>
a { background-color: #36746C; }
a { background-color: rgb(54,116,108); }
div.DivClassName
{
background-color: #36746C;
}
.BgClassName
{
background-color: #36746C;
}
</style>
border-color css
<style>
span { border-color: #36746C; }
span { border-color: rgb(54,116,108); }
td.TdClassName
{
border-color: #36746C;
}
.TagClassName
{
border-color: #36746C;
}
</style>