Shades of Genoa #357764
Tints of Genoa #357764
RGB
CMYK
RGB Variations
Color information
#357764 (or 0x357764) is known color: Genoa. HEX triplet: 35, 77 and 64. RGB value is (53,119,100). Sum of RGB (Red+Green+Blue) = 53+119+100=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #357764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357764 is #CA889B. Grayscale: #616161. Windows color (decimal): -13273244 or 6584117. OLE color: 6584117.
HSL color Cylindrical-coordinate representation of color #357764: hue angle of 162.73º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357764 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 119 | 100 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.53 |
| HSL | 162.73º | 0.38% | 0.34% | - |
| HSV(B) | 162.73º | 0.55% | 0.47% | - |
| XYZ | 10.37 | 14.87 | 14.38 | - |
| YUV | 97.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 100 | 0.55 | 0 | 0.16 | 0.53 | 162.73 | 0.38 | 0.34 |
| Hex | 35 | 77 | 64 | 37 | 0 | 10 | 35 | A3 | 26 | 22 |
| Octal | 65 | 167 | 144 | 67 | 0 | 20 | 65 | 243 | 46 | 42 |
| Binary | 110101 | 1110111 | 1100100 | 110111 | 0 | 10000 | 110101 | 10100011 | 100110 | 100010 |
Color Harmonies of #357764
Complementary color
Monochromatic Colors of #357764
Black with #357764
Text Example
Text Example
White with #357764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357764; }
p { color: rgb(53,119,100); }
H1.HeaderClassName
{
color: #357764;
}
.AnyTagClassName
{
color: #357764;
}
</style>
background-color css
<style>
a { background-color: #357764; }
a { background-color: rgb(53,119,100); }
div.DivClassName
{
background-color: #357764;
}
.BgClassName
{
background-color: #357764;
}
</style>
border-color css
<style>
span { border-color: #357764; }
span { border-color: rgb(53,119,100); }
td.TdClassName
{
border-color: #357764;
}
.TagClassName
{
border-color: #357764;
}
</style>