Shades of San Felix #14671C
Tints of San Felix #14671C
RGB
CMYK
RGB Variations
Color information
#14671C (or 0x14671C) is known color: San Felix. HEX triplet: 14, 67 and 1C. RGB value is (20,103,28). Sum of RGB (Red+Green+Blue) = 20+103+28=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #14671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671C is #EB98E3. Grayscale: #454545. Windows color (decimal): -15440100 or 1861396. OLE color: 1861396.
HSL color Cylindrical-coordinate representation of color #14671C: hue angle of 125.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14671C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 28 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.60 |
| HSL | 125.78º | 0.67% | 0.24% | - |
| HSV(B) | 125.78º | 0.81% | 0.4% | - |
| XYZ | 5.35 | 9.93 | 2.73 | - |
| YUV | 69.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 28 | 0.81 | 0 | 0.73 | 0.60 | 125.78 | 0.67 | 0.24 |
| Hex | 14 | 67 | 1C | 51 | 0 | 49 | 3C | 7E | 43 | 18 |
| Octal | 24 | 147 | 34 | 121 | 0 | 111 | 74 | 176 | 103 | 30 |
| Binary | 10100 | 1100111 | 11100 | 1010001 | 0 | 1001001 | 111100 | 1111110 | 1000011 | 11000 |
Color Harmonies of #14671C
Complementary color
Monochromatic Colors of #14671C
Black with #14671C
Text Example
Text Example
White with #14671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14671C; }
p { color: rgb(20,103,28); }
H1.HeaderClassName
{
color: #14671C;
}
.AnyTagClassName
{
color: #14671C;
}
</style>
background-color css
<style>
a { background-color: #14671C; }
a { background-color: rgb(20,103,28); }
div.DivClassName
{
background-color: #14671C;
}
.BgClassName
{
background-color: #14671C;
}
</style>
border-color css
<style>
span { border-color: #14671C; }
span { border-color: rgb(20,103,28); }
td.TdClassName
{
border-color: #14671C;
}
.TagClassName
{
border-color: #14671C;
}
</style>