Shades of San Felix #246913
Tints of San Felix #246913
RGB
CMYK
RGB Variations
Color information
#246913 (or 0x246913) is known color: San Felix. HEX triplet: 24, 69 and 13. RGB value is (36,105,19). Sum of RGB (Red+Green+Blue) = 36+105+19=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #246913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246913 is #DB96EC. Grayscale: #4A4A4A. Windows color (decimal): -14391021 or 1272100. OLE color: 1272100.
HSL color Cylindrical-coordinate representation of color #246913: hue angle of 108.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #246913 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 105 | 19 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.59 |
| HSL | 108.14º | 0.69% | 0.24% | - |
| HSV(B) | 108.14º | 0.82% | 0.41% | - |
| XYZ | 5.9 | 10.53 | 2.34 | - |
| YUV | 74.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 19 | 0.66 | 0 | 0.82 | 0.59 | 108.14 | 0.69 | 0.24 |
| Hex | 24 | 69 | 13 | 42 | 0 | 52 | 3B | 6C | 45 | 18 |
| Octal | 44 | 151 | 23 | 102 | 0 | 122 | 73 | 154 | 105 | 30 |
| Binary | 100100 | 1101001 | 10011 | 1000010 | 0 | 1010010 | 111011 | 1101100 | 1000101 | 11000 |
Color Harmonies of #246913
Complementary color
Monochromatic Colors of #246913
Black with #246913
Text Example
Text Example
White with #246913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246913; }
p { color: rgb(36,105,19); }
H1.HeaderClassName
{
color: #246913;
}
.AnyTagClassName
{
color: #246913;
}
</style>
background-color css
<style>
a { background-color: #246913; }
a { background-color: rgb(36,105,19); }
div.DivClassName
{
background-color: #246913;
}
.BgClassName
{
background-color: #246913;
}
</style>
border-color css
<style>
span { border-color: #246913; }
span { border-color: rgb(36,105,19); }
td.TdClassName
{
border-color: #246913;
}
.TagClassName
{
border-color: #246913;
}
</style>