Shades of San Felix #246428
Tints of San Felix #246428
RGB
CMYK
RGB Variations
Color information
#246428 (or 0x246428) is known color: San Felix. HEX triplet: 24, 64 and 28. RGB value is (36,100,40). Sum of RGB (Red+Green+Blue) = 36+100+40=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #246428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246428 is #DB9BD7. Grayscale: #4A4A4A. Windows color (decimal): -14392280 or 2647076. OLE color: 2647076.
HSL color Cylindrical-coordinate representation of color #246428: hue angle of 123.75º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246428 is Cyan = 0.64, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 100 | 40 | - |
| CMYK | 0.64 | 0 | 0.6 | 0.61 |
| HSL | 123.75º | 0.47% | 0.27% | - |
| HSV(B) | 123.75º | 0.64% | 0.39% | - |
| XYZ | 5.67 | 9.64 | 3.57 | - |
| YUV | 74.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 40 | 0.64 | 0 | 0.6 | 0.61 | 123.75 | 0.47 | 0.27 |
| Hex | 24 | 64 | 28 | 40 | 0 | 3C | 3D | 7C | 2F | 1B |
| Octal | 44 | 144 | 50 | 100 | 0 | 74 | 75 | 174 | 57 | 33 |
| Binary | 100100 | 1100100 | 101000 | 1000000 | 0 | 111100 | 111101 | 1111100 | 101111 | 11011 |
Color Harmonies of #246428
Complementary color
Monochromatic Colors of #246428
Black with #246428
Text Example
Text Example
White with #246428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246428; }
p { color: rgb(36,100,40); }
H1.HeaderClassName
{
color: #246428;
}
.AnyTagClassName
{
color: #246428;
}
</style>
background-color css
<style>
a { background-color: #246428; }
a { background-color: rgb(36,100,40); }
div.DivClassName
{
background-color: #246428;
}
.BgClassName
{
background-color: #246428;
}
</style>
border-color css
<style>
span { border-color: #246428; }
span { border-color: rgb(36,100,40); }
td.TdClassName
{
border-color: #246428;
}
.TagClassName
{
border-color: #246428;
}
</style>