Shades of San Felix #19671C
Tints of San Felix #19671C
RGB
CMYK
RGB Variations
Color information
#19671C (or 0x19671C) is known color: San Felix. HEX triplet: 19, 67 and 1C. RGB value is (25,103,28). Sum of RGB (Red+Green+Blue) = 25+103+28=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #19671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19671C is #E698E3. Grayscale: #474747. Windows color (decimal): -15112420 or 1861401. OLE color: 1861401.
HSL color Cylindrical-coordinate representation of color #19671C: hue angle of 122.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19671C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 28 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.60 |
| HSL | 122.31º | 0.61% | 0.25% | - |
| HSV(B) | 122.31º | 0.76% | 0.4% | - |
| XYZ | 5.46 | 9.99 | 2.74 | - |
| YUV | 71.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 28 | 0.76 | 0 | 0.73 | 0.60 | 122.31 | 0.61 | 0.25 |
| Hex | 19 | 67 | 1C | 4C | 0 | 49 | 3C | 7A | 3D | 19 |
| Octal | 31 | 147 | 34 | 114 | 0 | 111 | 74 | 172 | 75 | 31 |
| Binary | 11001 | 1100111 | 11100 | 1001100 | 0 | 1001001 | 111100 | 1111010 | 111101 | 11001 |
Color Harmonies of #19671C
Complementary color
Monochromatic Colors of #19671C
Black with #19671C
Text Example
Text Example
White with #19671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19671C; }
p { color: rgb(25,103,28); }
H1.HeaderClassName
{
color: #19671C;
}
.AnyTagClassName
{
color: #19671C;
}
</style>
background-color css
<style>
a { background-color: #19671C; }
a { background-color: rgb(25,103,28); }
div.DivClassName
{
background-color: #19671C;
}
.BgClassName
{
background-color: #19671C;
}
</style>
border-color css
<style>
span { border-color: #19671C; }
span { border-color: rgb(25,103,28); }
td.TdClassName
{
border-color: #19671C;
}
.TagClassName
{
border-color: #19671C;
}
</style>