Shades of Genoa #35746F
Tints of Genoa #35746F
RGB
CMYK
RGB Variations
Color information
#35746F (or 0x35746F) is known color: Genoa. HEX triplet: 35, 74 and 6F. RGB value is (53,116,111). Sum of RGB (Red+Green+Blue) = 53+116+111=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #35746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746F is #CA8B90. Grayscale: #606060. Windows color (decimal): -13274001 or 7304245. OLE color: 7304245.
HSL color Cylindrical-coordinate representation of color #35746F: hue angle of 175.24º 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 #35746F is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 111 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.55 |
| HSL | 175.24º | 0.37% | 0.33% | - |
| HSV(B) | 175.24º | 0.54% | 0.45% | - |
| XYZ | 10.58 | 14.4 | 17.26 | - |
| YUV | 96.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 111 | 0.54 | 0 | 0.04 | 0.55 | 175.24 | 0.37 | 0.33 |
| Hex | 35 | 74 | 6F | 36 | 0 | 4 | 37 | AF | 25 | 21 |
| Octal | 65 | 164 | 157 | 66 | 0 | 4 | 67 | 257 | 45 | 41 |
| Binary | 110101 | 1110100 | 1101111 | 110110 | 0 | 100 | 110111 | 10101111 | 100101 | 100001 |
Color Harmonies of #35746F
Complementary color
Monochromatic Colors of #35746F
Black with #35746F
Text Example
Text Example
White with #35746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35746F; }
p { color: rgb(53,116,111); }
H1.HeaderClassName
{
color: #35746F;
}
.AnyTagClassName
{
color: #35746F;
}
</style>
background-color css
<style>
a { background-color: #35746F; }
a { background-color: rgb(53,116,111); }
div.DivClassName
{
background-color: #35746F;
}
.BgClassName
{
background-color: #35746F;
}
</style>
border-color css
<style>
span { border-color: #35746F; }
span { border-color: rgb(53,116,111); }
td.TdClassName
{
border-color: #35746F;
}
.TagClassName
{
border-color: #35746F;
}
</style>