Shades of San Felix #34703F
Tints of San Felix #34703F
RGB
CMYK
RGB Variations
Color information
#34703F (or 0x34703F) is known color: San Felix. HEX triplet: 34, 70 and 3F. RGB value is (52,112,63). Sum of RGB (Red+Green+Blue) = 52+112+63=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #34703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34703F is #CB8FC0. Grayscale: #585858. Windows color (decimal): -13340609 or 4157492. OLE color: 4157492.
HSL color Cylindrical-coordinate representation of color #34703F: hue angle of 131º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34703F is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 63 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.56 |
| HSL | 131º | 0.37% | 0.32% | - |
| HSV(B) | 131º | 0.54% | 0.44% | - |
| XYZ | 8.11 | 12.68 | 6.72 | - |
| YUV | 88.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 63 | 0.54 | 0 | 0.44 | 0.56 | 131 | 0.37 | 0.32 |
| Hex | 34 | 70 | 3F | 36 | 0 | 2C | 38 | 83 | 25 | 20 |
| Octal | 64 | 160 | 77 | 66 | 0 | 54 | 70 | 203 | 45 | 40 |
| Binary | 110100 | 1110000 | 111111 | 110110 | 0 | 101100 | 111000 | 10000011 | 100101 | 100000 |
Color Harmonies of #34703F
Complementary color
Monochromatic Colors of #34703F
Black with #34703F
Text Example
Text Example
White with #34703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34703F; }
p { color: rgb(52,112,63); }
H1.HeaderClassName
{
color: #34703F;
}
.AnyTagClassName
{
color: #34703F;
}
</style>
background-color css
<style>
a { background-color: #34703F; }
a { background-color: rgb(52,112,63); }
div.DivClassName
{
background-color: #34703F;
}
.BgClassName
{
background-color: #34703F;
}
</style>
border-color css
<style>
span { border-color: #34703F; }
span { border-color: rgb(52,112,63); }
td.TdClassName
{
border-color: #34703F;
}
.TagClassName
{
border-color: #34703F;
}
</style>