Shades of San Felix #14641C
Tints of San Felix #14641C
RGB
CMYK
RGB Variations
Color information
#14641C (or 0x14641C) is known color: San Felix. HEX triplet: 14, 64 and 1C. RGB value is (20,100,28). Sum of RGB (Red+Green+Blue) = 20+100+28=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #14641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641C is #EB9BE3. Grayscale: #444444. Windows color (decimal): -15440868 or 1860628. OLE color: 1860628.
HSL color Cylindrical-coordinate representation of color #14641C: hue angle of 126º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14641C is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 28 | - |
| CMYK | 0.8 | 0 | 0.72 | 0.61 |
| HSL | 126º | 0.67% | 0.24% | - |
| HSV(B) | 126º | 0.8% | 0.39% | - |
| XYZ | 5.06 | 9.35 | 2.64 | - |
| YUV | 67.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 28 | 0.8 | 0 | 0.72 | 0.61 | 126 | 0.67 | 0.24 |
| Hex | 14 | 64 | 1C | 50 | 0 | 48 | 3D | 7E | 43 | 18 |
| Octal | 24 | 144 | 34 | 120 | 0 | 110 | 75 | 176 | 103 | 30 |
| Binary | 10100 | 1100100 | 11100 | 1010000 | 0 | 1001000 | 111101 | 1111110 | 1000011 | 11000 |
Color Harmonies of #14641C
Complementary color
Monochromatic Colors of #14641C
Black with #14641C
Text Example
Text Example
White with #14641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14641C; }
p { color: rgb(20,100,28); }
H1.HeaderClassName
{
color: #14641C;
}
.AnyTagClassName
{
color: #14641C;
}
</style>
background-color css
<style>
a { background-color: #14641C; }
a { background-color: rgb(20,100,28); }
div.DivClassName
{
background-color: #14641C;
}
.BgClassName
{
background-color: #14641C;
}
</style>
border-color css
<style>
span { border-color: #14641C; }
span { border-color: rgb(20,100,28); }
td.TdClassName
{
border-color: #14641C;
}
.TagClassName
{
border-color: #14641C;
}
</style>