Shades of San Felix #246525
Tints of San Felix #246525
RGB
CMYK
RGB Variations
Color information
#246525 (or 0x246525) is known color: San Felix. HEX triplet: 24, 65 and 25. RGB value is (36,101,37). Sum of RGB (Red+Green+Blue) = 36+101+37=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #246525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246525 is #DB9ADA. Grayscale: #4A4A4A. Windows color (decimal): -14392027 or 2450724. OLE color: 2450724.
HSL color Cylindrical-coordinate representation of color #246525: hue angle of 120.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246525 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 37 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.60 |
| HSL | 120.92º | 0.47% | 0.27% | - |
| HSV(B) | 120.92º | 0.64% | 0.4% | - |
| XYZ | 5.72 | 9.82 | 3.34 | - |
| YUV | 74.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 37 | 0.64 | 0 | 0.63 | 0.60 | 120.92 | 0.47 | 0.27 |
| Hex | 24 | 65 | 25 | 40 | 0 | 3F | 3C | 79 | 2F | 1B |
| Octal | 44 | 145 | 45 | 100 | 0 | 77 | 74 | 171 | 57 | 33 |
| Binary | 100100 | 1100101 | 100101 | 1000000 | 0 | 111111 | 111100 | 1111001 | 101111 | 11011 |
Color Harmonies of #246525
Complementary color
Monochromatic Colors of #246525
Black with #246525
Text Example
Text Example
White with #246525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246525; }
p { color: rgb(36,101,37); }
H1.HeaderClassName
{
color: #246525;
}
.AnyTagClassName
{
color: #246525;
}
</style>
background-color css
<style>
a { background-color: #246525; }
a { background-color: rgb(36,101,37); }
div.DivClassName
{
background-color: #246525;
}
.BgClassName
{
background-color: #246525;
}
</style>
border-color css
<style>
span { border-color: #246525; }
span { border-color: rgb(36,101,37); }
td.TdClassName
{
border-color: #246525;
}
.TagClassName
{
border-color: #246525;
}
</style>