Shades of Genoa #358678
Tints of Genoa #358678
RGB
CMYK
RGB Variations
Color information
#358678 (or 0x358678) is known color: Genoa. HEX triplet: 35, 86 and 78. RGB value is (53,134,120). Sum of RGB (Red+Green+Blue) = 53+134+120=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #358678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358678 is #CA7987. Grayscale: #6C6C6C. Windows color (decimal): -13269384 or 7898677. OLE color: 7898677.
HSL color Cylindrical-coordinate representation of color #358678: hue angle of 169.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358678 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 120 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.47 |
| HSL | 169.63º | 0.43% | 0.37% | - |
| HSV(B) | 169.63º | 0.6% | 0.53% | - |
| XYZ | 13.38 | 19.16 | 20.76 | - |
| YUV | 108.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 120 | 0.60 | 0 | 0.10 | 0.47 | 169.63 | 0.43 | 0.37 |
| Hex | 35 | 86 | 78 | 3C | 0 | A | 2F | AA | 2B | 25 |
| Octal | 65 | 206 | 170 | 74 | 0 | 12 | 57 | 252 | 53 | 45 |
| Binary | 110101 | 10000110 | 1111000 | 111100 | 0 | 1010 | 101111 | 10101010 | 101011 | 100101 |
Color Harmonies of #358678
Complementary color
Monochromatic Colors of #358678
Black with #358678
Text Example
Text Example
White with #358678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358678; }
p { color: rgb(53,134,120); }
H1.HeaderClassName
{
color: #358678;
}
.AnyTagClassName
{
color: #358678;
}
</style>
background-color css
<style>
a { background-color: #358678; }
a { background-color: rgb(53,134,120); }
div.DivClassName
{
background-color: #358678;
}
.BgClassName
{
background-color: #358678;
}
</style>
border-color css
<style>
span { border-color: #358678; }
span { border-color: rgb(53,134,120); }
td.TdClassName
{
border-color: #358678;
}
.TagClassName
{
border-color: #358678;
}
</style>