Shades of San Felix #24611C
Tints of San Felix #24611C
RGB
CMYK
RGB Variations
Color information
#24611C (or 0x24611C) is known color: San Felix. HEX triplet: 24, 61 and 1C. RGB value is (36,97,28). Sum of RGB (Red+Green+Blue) = 36+97+28=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #24611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24611C is #DB9EE3. Grayscale: #474747. Windows color (decimal): -14393060 or 1859876. OLE color: 1859876.
HSL color Cylindrical-coordinate representation of color #24611C: hue angle of 113.04º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24611C is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 97 | 28 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.62 |
| HSL | 113.04º | 0.55% | 0.25% | - |
| HSV(B) | 113.04º | 0.71% | 0.38% | - |
| XYZ | 5.21 | 9.01 | 2.56 | - |
| YUV | 70.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 28 | 0.63 | 0 | 0.71 | 0.62 | 113.04 | 0.55 | 0.25 |
| Hex | 24 | 61 | 1C | 3F | 0 | 47 | 3E | 71 | 37 | 19 |
| Octal | 44 | 141 | 34 | 77 | 0 | 107 | 76 | 161 | 67 | 31 |
| Binary | 100100 | 1100001 | 11100 | 111111 | 0 | 1000111 | 111110 | 1110001 | 110111 | 11001 |
Color Harmonies of #24611C
Complementary color
Monochromatic Colors of #24611C
Black with #24611C
Text Example
Text Example
White with #24611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24611C; }
p { color: rgb(36,97,28); }
H1.HeaderClassName
{
color: #24611C;
}
.AnyTagClassName
{
color: #24611C;
}
</style>
background-color css
<style>
a { background-color: #24611C; }
a { background-color: rgb(36,97,28); }
div.DivClassName
{
background-color: #24611C;
}
.BgClassName
{
background-color: #24611C;
}
</style>
border-color css
<style>
span { border-color: #24611C; }
span { border-color: rgb(36,97,28); }
td.TdClassName
{
border-color: #24611C;
}
.TagClassName
{
border-color: #24611C;
}
</style>