Shades of Genoa #35746C
Tints of Genoa #35746C
RGB
CMYK
RGB Variations
Color information
#35746C (or 0x35746C) is known color: Genoa. HEX triplet: 35, 74 and 6C. RGB value is (53,116,108). Sum of RGB (Red+Green+Blue) = 53+116+108=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #35746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746C is #CA8B93. Grayscale: #606060. Windows color (decimal): -13274004 or 7107637. OLE color: 7107637.
HSL color Cylindrical-coordinate representation of color #35746C: hue angle of 172.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35746C is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 108 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.55 |
| HSL | 172.38º | 0.37% | 0.33% | - |
| HSV(B) | 172.38º | 0.54% | 0.45% | - |
| XYZ | 10.42 | 14.33 | 16.4 | - |
| YUV | 96.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 108 | 0.54 | 0 | 0.07 | 0.55 | 172.38 | 0.37 | 0.33 |
| Hex | 35 | 74 | 6C | 36 | 0 | 7 | 37 | AC | 25 | 21 |
| Octal | 65 | 164 | 154 | 66 | 0 | 7 | 67 | 254 | 45 | 41 |
| Binary | 110101 | 1110100 | 1101100 | 110110 | 0 | 111 | 110111 | 10101100 | 100101 | 100001 |
Color Harmonies of #35746C
Complementary color
Monochromatic Colors of #35746C
Black with #35746C
Text Example
Text Example
White with #35746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35746C; }
p { color: rgb(53,116,108); }
H1.HeaderClassName
{
color: #35746C;
}
.AnyTagClassName
{
color: #35746C;
}
</style>
background-color css
<style>
a { background-color: #35746C; }
a { background-color: rgb(53,116,108); }
div.DivClassName
{
background-color: #35746C;
}
.BgClassName
{
background-color: #35746C;
}
</style>
border-color css
<style>
span { border-color: #35746C; }
span { border-color: rgb(53,116,108); }
td.TdClassName
{
border-color: #35746C;
}
.TagClassName
{
border-color: #35746C;
}
</style>