Shades of San Felix #24752D
Tints of San Felix #24752D
RGB
CMYK
RGB Variations
Color information
#24752D (or 0x24752D) is known color: San Felix. HEX triplet: 24, 75 and 2D. RGB value is (36,117,45). Sum of RGB (Red+Green+Blue) = 36+117+45=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #24752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24752D is #DB8AD2. Grayscale: #545454. Windows color (decimal): -14387923 or 2979108. OLE color: 2979108.
HSL color Cylindrical-coordinate representation of color #24752D: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24752D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 45 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.54 |
| HSL | 126.67º | 0.53% | 0.3% | - |
| HSV(B) | 126.67º | 0.69% | 0.46% | - |
| XYZ | 7.56 | 13.29 | 4.65 | - |
| YUV | 84.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 45 | 0.69 | 0 | 0.62 | 0.54 | 126.67 | 0.53 | 0.3 |
| Hex | 24 | 75 | 2D | 45 | 0 | 3E | 36 | 7F | 35 | 1E |
| Octal | 44 | 165 | 55 | 105 | 0 | 76 | 66 | 177 | 65 | 36 |
| Binary | 100100 | 1110101 | 101101 | 1000101 | 0 | 111110 | 110110 | 1111111 | 110101 | 11110 |
Color Harmonies of #24752D
Complementary color
Monochromatic Colors of #24752D
Black with #24752D
Text Example
Text Example
White with #24752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24752D; }
p { color: rgb(36,117,45); }
H1.HeaderClassName
{
color: #24752D;
}
.AnyTagClassName
{
color: #24752D;
}
</style>
background-color css
<style>
a { background-color: #24752D; }
a { background-color: rgb(36,117,45); }
div.DivClassName
{
background-color: #24752D;
}
.BgClassName
{
background-color: #24752D;
}
</style>
border-color css
<style>
span { border-color: #24752D; }
span { border-color: rgb(36,117,45); }
td.TdClassName
{
border-color: #24752D;
}
.TagClassName
{
border-color: #24752D;
}
</style>