Shades of San Felix #246124
Tints of San Felix #246124
RGB
CMYK
RGB Variations
Color information
#246124 (or 0x246124) is known color: San Felix. HEX triplet: 24, 61 and 24. RGB value is (36,97,36). Sum of RGB (Red+Green+Blue) = 36+97+36=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #246124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246124 is #DB9EDB. Grayscale: #474747. Windows color (decimal): -14393052 or 2384164. OLE color: 2384164.
HSL color Cylindrical-coordinate representation of color #246124: hue angle of 120º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246124 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 97 | 36 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.62 |
| HSL | 120º | 0.46% | 0.26% | - |
| HSV(B) | 120º | 0.63% | 0.38% | - |
| XYZ | 5.32 | 9.05 | 3.14 | - |
| YUV | 71.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 36 | 0.63 | 0 | 0.63 | 0.62 | 120 | 0.46 | 0.26 |
| Hex | 24 | 61 | 24 | 3F | 0 | 3F | 3E | 78 | 2E | 1A |
| Octal | 44 | 141 | 44 | 77 | 0 | 77 | 76 | 170 | 56 | 32 |
| Binary | 100100 | 1100001 | 100100 | 111111 | 0 | 111111 | 111110 | 1111000 | 101110 | 11010 |
Color Harmonies of #246124
Complementary color
Monochromatic Colors of #246124
Black with #246124
Text Example
Text Example
White with #246124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246124; }
p { color: rgb(36,97,36); }
H1.HeaderClassName
{
color: #246124;
}
.AnyTagClassName
{
color: #246124;
}
</style>
background-color css
<style>
a { background-color: #246124; }
a { background-color: rgb(36,97,36); }
div.DivClassName
{
background-color: #246124;
}
.BgClassName
{
background-color: #246124;
}
</style>
border-color css
<style>
span { border-color: #246124; }
span { border-color: rgb(36,97,36); }
td.TdClassName
{
border-color: #246124;
}
.TagClassName
{
border-color: #246124;
}
</style>