Shades of Genoa #357C68
Tints of Genoa #357C68
RGB
CMYK
RGB Variations
Color information
#357C68 (or 0x357C68) is known color: Genoa. HEX triplet: 35, 7C and 68. RGB value is (53,124,104). Sum of RGB (Red+Green+Blue) = 53+124+104=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #357C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C68 is #CA8397. Grayscale: #646464. Windows color (decimal): -13271960 or 6847541. OLE color: 6847541.
HSL color Cylindrical-coordinate representation of color #357C68: hue angle of 163.1º 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 #357C68 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 104 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.51 |
| HSL | 163.1º | 0.4% | 0.35% | - |
| HSV(B) | 163.1º | 0.57% | 0.49% | - |
| XYZ | 11.17 | 16.17 | 15.63 | - |
| YUV | 100.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 104 | 0.57 | 0 | 0.16 | 0.51 | 163.1 | 0.4 | 0.35 |
| Hex | 35 | 7C | 68 | 39 | 0 | 10 | 33 | A3 | 28 | 23 |
| Octal | 65 | 174 | 150 | 71 | 0 | 20 | 63 | 243 | 50 | 43 |
| Binary | 110101 | 1111100 | 1101000 | 111001 | 0 | 10000 | 110011 | 10100011 | 101000 | 100011 |
Color Harmonies of #357C68
Complementary color
Monochromatic Colors of #357C68
Black with #357C68
Text Example
Text Example
White with #357C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C68; }
p { color: rgb(53,124,104); }
H1.HeaderClassName
{
color: #357C68;
}
.AnyTagClassName
{
color: #357C68;
}
</style>
background-color css
<style>
a { background-color: #357C68; }
a { background-color: rgb(53,124,104); }
div.DivClassName
{
background-color: #357C68;
}
.BgClassName
{
background-color: #357C68;
}
</style>
border-color css
<style>
span { border-color: #357C68; }
span { border-color: rgb(53,124,104); }
td.TdClassName
{
border-color: #357C68;
}
.TagClassName
{
border-color: #357C68;
}
</style>