Shades of Genoa #356B64
Tints of Genoa #356B64
RGB
CMYK
RGB Variations
Color information
#356B64 (or 0x356B64) is known color: Genoa. HEX triplet: 35, 6B and 64. RGB value is (53,107,100). Sum of RGB (Red+Green+Blue) = 53+107+100=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #356B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B64 is #CA949B. Grayscale: #5A5A5A. Windows color (decimal): -13276316 or 6581045. OLE color: 6581045.
HSL color Cylindrical-coordinate representation of color #356B64: hue angle of 172.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B64 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 100 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.58 |
| HSL | 172.22º | 0.34% | 0.31% | - |
| HSV(B) | 172.22º | 0.5% | 0.42% | - |
| XYZ | 9.03 | 12.19 | 13.93 | - |
| YUV | 90.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 100 | 0.50 | 0 | 0.07 | 0.58 | 172.22 | 0.34 | 0.31 |
| Hex | 35 | 6B | 64 | 32 | 0 | 7 | 3A | AC | 22 | 1F |
| Octal | 65 | 153 | 144 | 62 | 0 | 7 | 72 | 254 | 42 | 37 |
| Binary | 110101 | 1101011 | 1100100 | 110010 | 0 | 111 | 111010 | 10101100 | 100010 | 11111 |
Color Harmonies of #356B64
Complementary color
Monochromatic Colors of #356B64
Black with #356B64
Text Example
Text Example
White with #356B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B64; }
p { color: rgb(53,107,100); }
H1.HeaderClassName
{
color: #356B64;
}
.AnyTagClassName
{
color: #356B64;
}
</style>
background-color css
<style>
a { background-color: #356B64; }
a { background-color: rgb(53,107,100); }
div.DivClassName
{
background-color: #356B64;
}
.BgClassName
{
background-color: #356B64;
}
</style>
border-color css
<style>
span { border-color: #356B64; }
span { border-color: rgb(53,107,100); }
td.TdClassName
{
border-color: #356B64;
}
.TagClassName
{
border-color: #356B64;
}
</style>