Shades of Genoa #357365
Tints of Genoa #357365
RGB
CMYK
RGB Variations
Color information
#357365 (or 0x357365) is known color: Genoa. HEX triplet: 35, 73 and 65. RGB value is (53,115,101). Sum of RGB (Red+Green+Blue) = 53+115+101=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #357365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357365 is #CA8C9A. Grayscale: #5E5E5E. Windows color (decimal): -13274267 or 6648629. OLE color: 6648629.
HSL color Cylindrical-coordinate representation of color #357365: hue angle of 166.45º 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 #357365 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 115 | 101 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.55 |
| HSL | 166.45º | 0.37% | 0.33% | - |
| HSV(B) | 166.45º | 0.54% | 0.45% | - |
| XYZ | 9.95 | 13.96 | 14.48 | - |
| YUV | 94.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 101 | 0.54 | 0 | 0.12 | 0.55 | 166.45 | 0.37 | 0.33 |
| Hex | 35 | 73 | 65 | 36 | 0 | C | 37 | A6 | 25 | 21 |
| Octal | 65 | 163 | 145 | 66 | 0 | 14 | 67 | 246 | 45 | 41 |
| Binary | 110101 | 1110011 | 1100101 | 110110 | 0 | 1100 | 110111 | 10100110 | 100101 | 100001 |
Color Harmonies of #357365
Complementary color
Monochromatic Colors of #357365
Black with #357365
Text Example
Text Example
White with #357365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357365; }
p { color: rgb(53,115,101); }
H1.HeaderClassName
{
color: #357365;
}
.AnyTagClassName
{
color: #357365;
}
</style>
background-color css
<style>
a { background-color: #357365; }
a { background-color: rgb(53,115,101); }
div.DivClassName
{
background-color: #357365;
}
.BgClassName
{
background-color: #357365;
}
</style>
border-color css
<style>
span { border-color: #357365; }
span { border-color: rgb(53,115,101); }
td.TdClassName
{
border-color: #357365;
}
.TagClassName
{
border-color: #357365;
}
</style>