Shades of Genoa #356D68
Tints of Genoa #356D68
RGB
CMYK
RGB Variations
Color information
#356D68 (or 0x356D68) is known color: Genoa. HEX triplet: 35, 6D and 68. RGB value is (53,109,104). Sum of RGB (Red+Green+Blue) = 53+109+104=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #356D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D68 is #CA9297. Grayscale: #5B5B5B. Windows color (decimal): -13275800 or 6843701. OLE color: 6843701.
HSL color Cylindrical-coordinate representation of color #356D68: hue angle of 174.64º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356D68 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 104 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.57 |
| HSL | 174.64º | 0.35% | 0.32% | - |
| HSV(B) | 174.64º | 0.51% | 0.43% | - |
| XYZ | 9.44 | 12.69 | 15.05 | - |
| YUV | 91.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 104 | 0.51 | 0 | 0.05 | 0.57 | 174.64 | 0.35 | 0.32 |
| Hex | 35 | 6D | 68 | 33 | 0 | 5 | 39 | AF | 23 | 20 |
| Octal | 65 | 155 | 150 | 63 | 0 | 5 | 71 | 257 | 43 | 40 |
| Binary | 110101 | 1101101 | 1101000 | 110011 | 0 | 101 | 111001 | 10101111 | 100011 | 100000 |
Color Harmonies of #356D68
Complementary color
Monochromatic Colors of #356D68
Black with #356D68
Text Example
Text Example
White with #356D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D68; }
p { color: rgb(53,109,104); }
H1.HeaderClassName
{
color: #356D68;
}
.AnyTagClassName
{
color: #356D68;
}
</style>
background-color css
<style>
a { background-color: #356D68; }
a { background-color: rgb(53,109,104); }
div.DivClassName
{
background-color: #356D68;
}
.BgClassName
{
background-color: #356D68;
}
</style>
border-color css
<style>
span { border-color: #356D68; }
span { border-color: rgb(53,109,104); }
td.TdClassName
{
border-color: #356D68;
}
.TagClassName
{
border-color: #356D68;
}
</style>