Shades of Genoa #36746F
Tints of Genoa #36746F
RGB
CMYK
RGB Variations
Color information
#36746F (or 0x36746F) is known color: Genoa. HEX triplet: 36, 74 and 6F. RGB value is (54,116,111). Sum of RGB (Red+Green+Blue) = 54+116+111=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #36746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746F is #C98B90. Grayscale: #606060. Windows color (decimal): -13208465 or 7304246. OLE color: 7304246.
HSL color Cylindrical-coordinate representation of color #36746F: hue angle of 175.16º 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 #36746F is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 111 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.55 |
| HSL | 175.16º | 0.36% | 0.33% | - |
| HSV(B) | 175.16º | 0.53% | 0.45% | - |
| XYZ | 10.64 | 14.42 | 17.26 | - |
| YUV | 96.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 111 | 0.53 | 0 | 0.04 | 0.55 | 175.16 | 0.36 | 0.33 |
| Hex | 36 | 74 | 6F | 35 | 0 | 4 | 37 | AF | 24 | 21 |
| Octal | 66 | 164 | 157 | 65 | 0 | 4 | 67 | 257 | 44 | 41 |
| Binary | 110110 | 1110100 | 1101111 | 110101 | 0 | 100 | 110111 | 10101111 | 100100 | 100001 |
Color Harmonies of #36746F
Complementary color
Monochromatic Colors of #36746F
Black with #36746F
Text Example
Text Example
White with #36746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36746F; }
p { color: rgb(54,116,111); }
H1.HeaderClassName
{
color: #36746F;
}
.AnyTagClassName
{
color: #36746F;
}
</style>
background-color css
<style>
a { background-color: #36746F; }
a { background-color: rgb(54,116,111); }
div.DivClassName
{
background-color: #36746F;
}
.BgClassName
{
background-color: #36746F;
}
</style>
border-color css
<style>
span { border-color: #36746F; }
span { border-color: rgb(54,116,111); }
td.TdClassName
{
border-color: #36746F;
}
.TagClassName
{
border-color: #36746F;
}
</style>