Shades of San Felix #24641F
Tints of San Felix #24641F
RGB
CMYK
RGB Variations
Color information
#24641F (or 0x24641F) is known color: San Felix. HEX triplet: 24, 64 and 1F. RGB value is (36,100,31). Sum of RGB (Red+Green+Blue) = 36+100+31=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #24641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24641F is #DB9BE0. Grayscale: #494949. Windows color (decimal): -14392289 or 2057252. OLE color: 2057252.
HSL color Cylindrical-coordinate representation of color #24641F: hue angle of 115.65º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24641F is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 100 | 31 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.61 |
| HSL | 115.65º | 0.53% | 0.26% | - |
| HSV(B) | 115.65º | 0.69% | 0.39% | - |
| XYZ | 5.53 | 9.59 | 2.86 | - |
| YUV | 73 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 31 | 0.64 | 0 | 0.69 | 0.61 | 115.65 | 0.53 | 0.26 |
| Hex | 24 | 64 | 1F | 40 | 0 | 45 | 3D | 74 | 35 | 1A |
| Octal | 44 | 144 | 37 | 100 | 0 | 105 | 75 | 164 | 65 | 32 |
| Binary | 100100 | 1100100 | 11111 | 1000000 | 0 | 1000101 | 111101 | 1110100 | 110101 | 11010 |
Color Harmonies of #24641F
Complementary color
Monochromatic Colors of #24641F
Black with #24641F
Text Example
Text Example
White with #24641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24641F; }
p { color: rgb(36,100,31); }
H1.HeaderClassName
{
color: #24641F;
}
.AnyTagClassName
{
color: #24641F;
}
</style>
background-color css
<style>
a { background-color: #24641F; }
a { background-color: rgb(36,100,31); }
div.DivClassName
{
background-color: #24641F;
}
.BgClassName
{
background-color: #24641F;
}
</style>
border-color css
<style>
span { border-color: #24641F; }
span { border-color: rgb(36,100,31); }
td.TdClassName
{
border-color: #24641F;
}
.TagClassName
{
border-color: #24641F;
}
</style>