Shades of Genoa #357C72
Tints of Genoa #357C72
RGB
CMYK
RGB Variations
Color information
#357C72 (or 0x357C72) is known color: Genoa. HEX triplet: 35, 7C and 72. RGB value is (53,124,114). Sum of RGB (Red+Green+Blue) = 53+124+114=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #357C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C72 is #CA838D. Grayscale: #656565. Windows color (decimal): -13271950 or 7502901. OLE color: 7502901.
HSL color Cylindrical-coordinate representation of color #357C72: hue angle of 171.55º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C72 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 114 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.51 |
| HSL | 171.55º | 0.4% | 0.35% | - |
| HSV(B) | 171.55º | 0.57% | 0.49% | - |
| XYZ | 11.71 | 16.39 | 18.47 | - |
| YUV | 101.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 114 | 0.57 | 0 | 0.08 | 0.51 | 171.55 | 0.4 | 0.35 |
| Hex | 35 | 7C | 72 | 39 | 0 | 8 | 33 | AC | 28 | 23 |
| Octal | 65 | 174 | 162 | 71 | 0 | 10 | 63 | 254 | 50 | 43 |
| Binary | 110101 | 1111100 | 1110010 | 111001 | 0 | 1000 | 110011 | 10101100 | 101000 | 100011 |
Color Harmonies of #357C72
Complementary color
Monochromatic Colors of #357C72
Black with #357C72
Text Example
Text Example
White with #357C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C72; }
p { color: rgb(53,124,114); }
H1.HeaderClassName
{
color: #357C72;
}
.AnyTagClassName
{
color: #357C72;
}
</style>
background-color css
<style>
a { background-color: #357C72; }
a { background-color: rgb(53,124,114); }
div.DivClassName
{
background-color: #357C72;
}
.BgClassName
{
background-color: #357C72;
}
</style>
border-color css
<style>
span { border-color: #357C72; }
span { border-color: rgb(53,124,114); }
td.TdClassName
{
border-color: #357C72;
}
.TagClassName
{
border-color: #357C72;
}
</style>