Shades of San Felix #19711F
Tints of San Felix #19711F
RGB
CMYK
RGB Variations
Color information
#19711F (or 0x19711F) is known color: San Felix. HEX triplet: 19, 71 and 1F. RGB value is (25,113,31). Sum of RGB (Red+Green+Blue) = 25+113+31=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #19711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19711F is #E68EE0. Grayscale: #4D4D4D. Windows color (decimal): -15109857 or 2060569. OLE color: 2060569.
HSL color Cylindrical-coordinate representation of color #19711F: hue angle of 124.09º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19711F is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 31 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.56 |
| HSL | 124.09º | 0.64% | 0.27% | - |
| HSV(B) | 124.09º | 0.78% | 0.44% | - |
| XYZ | 6.55 | 12.12 | 3.29 | - |
| YUV | 77.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 31 | 0.78 | 0 | 0.73 | 0.56 | 124.09 | 0.64 | 0.27 |
| Hex | 19 | 71 | 1F | 4E | 0 | 49 | 38 | 7C | 40 | 1B |
| Octal | 31 | 161 | 37 | 116 | 0 | 111 | 70 | 174 | 100 | 33 |
| Binary | 11001 | 1110001 | 11111 | 1001110 | 0 | 1001001 | 111000 | 1111100 | 1000000 | 11011 |
Color Harmonies of #19711F
Complementary color
Monochromatic Colors of #19711F
Black with #19711F
Text Example
Text Example
White with #19711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19711F; }
p { color: rgb(25,113,31); }
H1.HeaderClassName
{
color: #19711F;
}
.AnyTagClassName
{
color: #19711F;
}
</style>
background-color css
<style>
a { background-color: #19711F; }
a { background-color: rgb(25,113,31); }
div.DivClassName
{
background-color: #19711F;
}
.BgClassName
{
background-color: #19711F;
}
</style>
border-color css
<style>
span { border-color: #19711F; }
span { border-color: rgb(25,113,31); }
td.TdClassName
{
border-color: #19711F;
}
.TagClassName
{
border-color: #19711F;
}
</style>