Shades of San Felix #346C38
Tints of San Felix #346C38
RGB
CMYK
RGB Variations
Color information
#346C38 (or 0x346C38) is known color: San Felix. HEX triplet: 34, 6C and 38. RGB value is (52,108,56). Sum of RGB (Red+Green+Blue) = 52+108+56=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #346C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C38 is #CB93C7. Grayscale: #555555. Windows color (decimal): -13341640 or 3697716. OLE color: 3697716.
HSL color Cylindrical-coordinate representation of color #346C38: hue angle of 124.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C38 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 56 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.58 |
| HSL | 124.29º | 0.35% | 0.31% | - |
| HSV(B) | 124.29º | 0.52% | 0.42% | - |
| XYZ | 7.49 | 11.74 | 5.61 | - |
| YUV | 85.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 56 | 0.52 | 0 | 0.48 | 0.58 | 124.29 | 0.35 | 0.31 |
| Hex | 34 | 6C | 38 | 34 | 0 | 30 | 3A | 7C | 23 | 1F |
| Octal | 64 | 154 | 70 | 64 | 0 | 60 | 72 | 174 | 43 | 37 |
| Binary | 110100 | 1101100 | 111000 | 110100 | 0 | 110000 | 111010 | 1111100 | 100011 | 11111 |
Color Harmonies of #346C38
Complementary color
Monochromatic Colors of #346C38
Black with #346C38
Text Example
Text Example
White with #346C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C38; }
p { color: rgb(52,108,56); }
H1.HeaderClassName
{
color: #346C38;
}
.AnyTagClassName
{
color: #346C38;
}
</style>
background-color css
<style>
a { background-color: #346C38; }
a { background-color: rgb(52,108,56); }
div.DivClassName
{
background-color: #346C38;
}
.BgClassName
{
background-color: #346C38;
}
</style>
border-color css
<style>
span { border-color: #346C38; }
span { border-color: rgb(52,108,56); }
td.TdClassName
{
border-color: #346C38;
}
.TagClassName
{
border-color: #346C38;
}
</style>