Shades of San Felix #246812
Tints of San Felix #246812
RGB
CMYK
RGB Variations
Color information
#246812 (or 0x246812) is known color: San Felix. HEX triplet: 24, 68 and 12. RGB value is (36,104,18). Sum of RGB (Red+Green+Blue) = 36+104+18=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #246812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246812 is #DB97ED. Grayscale: #4A4A4A. Windows color (decimal): -14391278 or 1206308. OLE color: 1206308.
HSL color Cylindrical-coordinate representation of color #246812: hue angle of 107.44º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #246812 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 104 | 18 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.59 |
| HSL | 107.44º | 0.7% | 0.24% | - |
| HSV(B) | 107.44º | 0.83% | 0.41% | - |
| XYZ | 5.79 | 10.32 | 2.26 | - |
| YUV | 73.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 18 | 0.65 | 0 | 0.83 | 0.59 | 107.44 | 0.7 | 0.24 |
| Hex | 24 | 68 | 12 | 41 | 0 | 53 | 3B | 6B | 46 | 18 |
| Octal | 44 | 150 | 22 | 101 | 0 | 123 | 73 | 153 | 106 | 30 |
| Binary | 100100 | 1101000 | 10010 | 1000001 | 0 | 1010011 | 111011 | 1101011 | 1000110 | 11000 |
Color Harmonies of #246812
Complementary color
Monochromatic Colors of #246812
Black with #246812
Text Example
Text Example
White with #246812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246812; }
p { color: rgb(36,104,18); }
H1.HeaderClassName
{
color: #246812;
}
.AnyTagClassName
{
color: #246812;
}
</style>
background-color css
<style>
a { background-color: #246812; }
a { background-color: rgb(36,104,18); }
div.DivClassName
{
background-color: #246812;
}
.BgClassName
{
background-color: #246812;
}
</style>
border-color css
<style>
span { border-color: #246812; }
span { border-color: rgb(36,104,18); }
td.TdClassName
{
border-color: #246812;
}
.TagClassName
{
border-color: #246812;
}
</style>