Shades of San Felix #19691C
Tints of San Felix #19691C
RGB
CMYK
RGB Variations
Color information
#19691C (or 0x19691C) is known color: San Felix. HEX triplet: 19, 69 and 1C. RGB value is (25,105,28). Sum of RGB (Red+Green+Blue) = 25+105+28=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #19691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19691C is #E696E3. Grayscale: #484848. Windows color (decimal): -15111908 or 1861913. OLE color: 1861913.
HSL color Cylindrical-coordinate representation of color #19691C: hue angle of 122.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19691C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 28 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.59 |
| HSL | 122.25º | 0.62% | 0.25% | - |
| HSV(B) | 122.25º | 0.76% | 0.41% | - |
| XYZ | 5.66 | 10.39 | 2.81 | - |
| YUV | 72.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 28 | 0.76 | 0 | 0.73 | 0.59 | 122.25 | 0.62 | 0.25 |
| Hex | 19 | 69 | 1C | 4C | 0 | 49 | 3B | 7A | 3E | 19 |
| Octal | 31 | 151 | 34 | 114 | 0 | 111 | 73 | 172 | 76 | 31 |
| Binary | 11001 | 1101001 | 11100 | 1001100 | 0 | 1001001 | 111011 | 1111010 | 111110 | 11001 |
Color Harmonies of #19691C
Complementary color
Monochromatic Colors of #19691C
Black with #19691C
Text Example
Text Example
White with #19691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19691C; }
p { color: rgb(25,105,28); }
H1.HeaderClassName
{
color: #19691C;
}
.AnyTagClassName
{
color: #19691C;
}
</style>
background-color css
<style>
a { background-color: #19691C; }
a { background-color: rgb(25,105,28); }
div.DivClassName
{
background-color: #19691C;
}
.BgClassName
{
background-color: #19691C;
}
</style>
border-color css
<style>
span { border-color: #19691C; }
span { border-color: rgb(25,105,28); }
td.TdClassName
{
border-color: #19691C;
}
.TagClassName
{
border-color: #19691C;
}
</style>