Shades of San Felix #246228
Tints of San Felix #246228
RGB
CMYK
RGB Variations
Color information
#246228 (or 0x246228) is known color: San Felix. HEX triplet: 24, 62 and 28. RGB value is (36,98,40). Sum of RGB (Red+Green+Blue) = 36+98+40=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #246228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246228 is #DB9DD7. Grayscale: #494949. Windows color (decimal): -14392792 or 2646564. OLE color: 2646564.
HSL color Cylindrical-coordinate representation of color #246228: hue angle of 123.87º 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 #246228 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 98 | 40 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.62 |
| HSL | 123.87º | 0.46% | 0.26% | - |
| HSV(B) | 123.87º | 0.63% | 0.38% | - |
| XYZ | 5.48 | 9.26 | 3.51 | - |
| YUV | 72.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 40 | 0.63 | 0 | 0.59 | 0.62 | 123.87 | 0.46 | 0.26 |
| Hex | 24 | 62 | 28 | 3F | 0 | 3B | 3E | 7C | 2E | 1A |
| Octal | 44 | 142 | 50 | 77 | 0 | 73 | 76 | 174 | 56 | 32 |
| Binary | 100100 | 1100010 | 101000 | 111111 | 0 | 111011 | 111110 | 1111100 | 101110 | 11010 |
Color Harmonies of #246228
Complementary color
Monochromatic Colors of #246228
Black with #246228
Text Example
Text Example
White with #246228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246228; }
p { color: rgb(36,98,40); }
H1.HeaderClassName
{
color: #246228;
}
.AnyTagClassName
{
color: #246228;
}
</style>
background-color css
<style>
a { background-color: #246228; }
a { background-color: rgb(36,98,40); }
div.DivClassName
{
background-color: #246228;
}
.BgClassName
{
background-color: #246228;
}
</style>
border-color css
<style>
span { border-color: #246228; }
span { border-color: rgb(36,98,40); }
td.TdClassName
{
border-color: #246228;
}
.TagClassName
{
border-color: #246228;
}
</style>