Shades of San Felix #1C6324
Tints of San Felix #1C6324
RGB
CMYK
RGB Variations
Color information
#1C6324 (or 0x1C6324) is known color: San Felix. HEX triplet: 1C, 63 and 24. RGB value is (28,99,36). Sum of RGB (Red+Green+Blue) = 28+99+36=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6324 is #E39CDB. Grayscale: #464646. Windows color (decimal): -14916828 or 2384668. OLE color: 2384668.
HSL color Cylindrical-coordinate representation of color #1C6324: hue angle of 126.76º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6324 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 36 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.61 |
| HSL | 126.76º | 0.56% | 0.25% | - |
| HSV(B) | 126.76º | 0.72% | 0.39% | - |
| XYZ | 5.26 | 9.3 | 3.19 | - |
| YUV | 70.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 36 | 0.72 | 0 | 0.64 | 0.61 | 126.76 | 0.56 | 0.25 |
| Hex | 1C | 63 | 24 | 48 | 0 | 40 | 3D | 7F | 38 | 19 |
| Octal | 34 | 143 | 44 | 110 | 0 | 100 | 75 | 177 | 70 | 31 |
| Binary | 11100 | 1100011 | 100100 | 1001000 | 0 | 1000000 | 111101 | 1111111 | 111000 | 11001 |
Color Harmonies of #1C6324
Complementary color
Monochromatic Colors of #1C6324
Black with #1C6324
Text Example
Text Example
White with #1C6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6324; }
p { color: rgb(28,99,36); }
H1.HeaderClassName
{
color: #1C6324;
}
.AnyTagClassName
{
color: #1C6324;
}
</style>
background-color css
<style>
a { background-color: #1C6324; }
a { background-color: rgb(28,99,36); }
div.DivClassName
{
background-color: #1C6324;
}
.BgClassName
{
background-color: #1C6324;
}
</style>
border-color css
<style>
span { border-color: #1C6324; }
span { border-color: rgb(28,99,36); }
td.TdClassName
{
border-color: #1C6324;
}
.TagClassName
{
border-color: #1C6324;
}
</style>