Shades of San Felix #346E3C
Tints of San Felix #346E3C
RGB
CMYK
RGB Variations
Color information
#346E3C (or 0x346E3C) is known color: San Felix. HEX triplet: 34, 6E and 3C. RGB value is (52,110,60). Sum of RGB (Red+Green+Blue) = 52+110+60=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #346E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E3C is #CB91C3. Grayscale: #575757. Windows color (decimal): -13341124 or 3960372. OLE color: 3960372.
HSL color Cylindrical-coordinate representation of color #346E3C: hue angle of 128.28º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E3C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 60 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.57 |
| HSL | 128.28º | 0.36% | 0.32% | - |
| HSV(B) | 128.28º | 0.53% | 0.43% | - |
| XYZ | 7.81 | 12.21 | 6.22 | - |
| YUV | 86.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 60 | 0.53 | 0 | 0.45 | 0.57 | 128.28 | 0.36 | 0.32 |
| Hex | 34 | 6E | 3C | 35 | 0 | 2D | 39 | 80 | 24 | 20 |
| Octal | 64 | 156 | 74 | 65 | 0 | 55 | 71 | 200 | 44 | 40 |
| Binary | 110100 | 1101110 | 111100 | 110101 | 0 | 101101 | 111001 | 10000000 | 100100 | 100000 |
Color Harmonies of #346E3C
Complementary color
Monochromatic Colors of #346E3C
Black with #346E3C
Text Example
Text Example
White with #346E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E3C; }
p { color: rgb(52,110,60); }
H1.HeaderClassName
{
color: #346E3C;
}
.AnyTagClassName
{
color: #346E3C;
}
</style>
background-color css
<style>
a { background-color: #346E3C; }
a { background-color: rgb(52,110,60); }
div.DivClassName
{
background-color: #346E3C;
}
.BgClassName
{
background-color: #346E3C;
}
</style>
border-color css
<style>
span { border-color: #346E3C; }
span { border-color: rgb(52,110,60); }
td.TdClassName
{
border-color: #346E3C;
}
.TagClassName
{
border-color: #346E3C;
}
</style>