Shades of Genoa #36746B
Tints of Genoa #36746B
RGB
CMYK
RGB Variations
Color information
#36746B (or 0x36746B) is known color: Genoa. HEX triplet: 36, 74 and 6B. RGB value is (54,116,107). Sum of RGB (Red+Green+Blue) = 54+116+107=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #36746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746B is #C98B94. Grayscale: #606060. Windows color (decimal): -13208469 or 7042102. OLE color: 7042102.
HSL color Cylindrical-coordinate representation of color #36746B: hue angle of 171.29º 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 #36746B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 107 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.55 |
| HSL | 171.29º | 0.36% | 0.33% | - |
| HSV(B) | 171.29º | 0.53% | 0.45% | - |
| XYZ | 10.42 | 14.34 | 16.13 | - |
| YUV | 96.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 107 | 0.53 | 0 | 0.08 | 0.55 | 171.29 | 0.36 | 0.33 |
| Hex | 36 | 74 | 6B | 35 | 0 | 8 | 37 | AB | 24 | 21 |
| Octal | 66 | 164 | 153 | 65 | 0 | 10 | 67 | 253 | 44 | 41 |
| Binary | 110110 | 1110100 | 1101011 | 110101 | 0 | 1000 | 110111 | 10101011 | 100100 | 100001 |
Color Harmonies of #36746B
Complementary color
Monochromatic Colors of #36746B
Black with #36746B
Text Example
Text Example
White with #36746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36746B; }
p { color: rgb(54,116,107); }
H1.HeaderClassName
{
color: #36746B;
}
.AnyTagClassName
{
color: #36746B;
}
</style>
background-color css
<style>
a { background-color: #36746B; }
a { background-color: rgb(54,116,107); }
div.DivClassName
{
background-color: #36746B;
}
.BgClassName
{
background-color: #36746B;
}
</style>
border-color css
<style>
span { border-color: #36746B; }
span { border-color: rgb(54,116,107); }
td.TdClassName
{
border-color: #36746B;
}
.TagClassName
{
border-color: #36746B;
}
</style>