Shades of Genoa #35746D
Tints of Genoa #35746D
RGB
CMYK
RGB Variations
Color information
#35746D (or 0x35746D) is known color: Genoa. HEX triplet: 35, 74 and 6D. RGB value is (53,116,109). Sum of RGB (Red+Green+Blue) = 53+116+109=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #35746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746D is #CA8B92. Grayscale: #606060. Windows color (decimal): -13274003 or 7173173. OLE color: 7173173.
HSL color Cylindrical-coordinate representation of color #35746D: hue angle of 173.33º 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 #35746D is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 109 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.55 |
| HSL | 173.33º | 0.37% | 0.33% | - |
| HSV(B) | 173.33º | 0.54% | 0.45% | - |
| XYZ | 10.47 | 14.35 | 16.69 | - |
| YUV | 96.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 109 | 0.54 | 0 | 0.06 | 0.55 | 173.33 | 0.37 | 0.33 |
| Hex | 35 | 74 | 6D | 36 | 0 | 6 | 37 | AD | 25 | 21 |
| Octal | 65 | 164 | 155 | 66 | 0 | 6 | 67 | 255 | 45 | 41 |
| Binary | 110101 | 1110100 | 1101101 | 110110 | 0 | 110 | 110111 | 10101101 | 100101 | 100001 |
Color Harmonies of #35746D
Complementary color
Monochromatic Colors of #35746D
Black with #35746D
Text Example
Text Example
White with #35746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35746D; }
p { color: rgb(53,116,109); }
H1.HeaderClassName
{
color: #35746D;
}
.AnyTagClassName
{
color: #35746D;
}
</style>
background-color css
<style>
a { background-color: #35746D; }
a { background-color: rgb(53,116,109); }
div.DivClassName
{
background-color: #35746D;
}
.BgClassName
{
background-color: #35746D;
}
</style>
border-color css
<style>
span { border-color: #35746D; }
span { border-color: rgb(53,116,109); }
td.TdClassName
{
border-color: #35746D;
}
.TagClassName
{
border-color: #35746D;
}
</style>