Shades of San Felix #19641E
Tints of San Felix #19641E
RGB
CMYK
RGB Variations
Color information
#19641E (or 0x19641E) is known color: San Felix. HEX triplet: 19, 64 and 1E. RGB value is (25,100,30). Sum of RGB (Red+Green+Blue) = 25+100+30=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #19641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19641E is #E69BE1. Grayscale: #454545. Windows color (decimal): -15113186 or 1991705. OLE color: 1991705.
HSL color Cylindrical-coordinate representation of color #19641E: hue angle of 124º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19641E is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 30 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.61 |
| HSL | 124º | 0.6% | 0.25% | - |
| HSV(B) | 124º | 0.75% | 0.39% | - |
| XYZ | 5.19 | 9.41 | 2.77 | - |
| YUV | 69.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 30 | 0.75 | 0 | 0.70 | 0.61 | 124 | 0.6 | 0.25 |
| Hex | 19 | 64 | 1E | 4B | 0 | 46 | 3D | 7C | 3C | 19 |
| Octal | 31 | 144 | 36 | 113 | 0 | 106 | 75 | 174 | 74 | 31 |
| Binary | 11001 | 1100100 | 11110 | 1001011 | 0 | 1000110 | 111101 | 1111100 | 111100 | 11001 |
Color Harmonies of #19641E
Complementary color
Monochromatic Colors of #19641E
Black with #19641E
Text Example
Text Example
White with #19641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19641E; }
p { color: rgb(25,100,30); }
H1.HeaderClassName
{
color: #19641E;
}
.AnyTagClassName
{
color: #19641E;
}
</style>
background-color css
<style>
a { background-color: #19641E; }
a { background-color: rgb(25,100,30); }
div.DivClassName
{
background-color: #19641E;
}
.BgClassName
{
background-color: #19641E;
}
</style>
border-color css
<style>
span { border-color: #19641E; }
span { border-color: rgb(25,100,30); }
td.TdClassName
{
border-color: #19641E;
}
.TagClassName
{
border-color: #19641E;
}
</style>