Shades of San Felix #19621D
Tints of San Felix #19621D
RGB
CMYK
RGB Variations
Color information
#19621D (or 0x19621D) is known color: San Felix. HEX triplet: 19, 62 and 1D. RGB value is (25,98,29). Sum of RGB (Red+Green+Blue) = 25+98+29=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #19621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19621D is #E69DE2. Grayscale: #444444. Windows color (decimal): -15113699 or 1925657. OLE color: 1925657.
HSL color Cylindrical-coordinate representation of color #19621D: hue angle of 123.29º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19621D is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 29 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.62 |
| HSL | 123.29º | 0.59% | 0.24% | - |
| HSV(B) | 123.29º | 0.74% | 0.38% | - |
| XYZ | 4.99 | 9.03 | 2.64 | - |
| YUV | 68.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 29 | 0.74 | 0 | 0.70 | 0.62 | 123.29 | 0.59 | 0.24 |
| Hex | 19 | 62 | 1D | 4A | 0 | 46 | 3E | 7B | 3B | 18 |
| Octal | 31 | 142 | 35 | 112 | 0 | 106 | 76 | 173 | 73 | 30 |
| Binary | 11001 | 1100010 | 11101 | 1001010 | 0 | 1000110 | 111110 | 1111011 | 111011 | 11000 |
Color Harmonies of #19621D
Complementary color
Monochromatic Colors of #19621D
Black with #19621D
Text Example
Text Example
White with #19621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19621D; }
p { color: rgb(25,98,29); }
H1.HeaderClassName
{
color: #19621D;
}
.AnyTagClassName
{
color: #19621D;
}
</style>
background-color css
<style>
a { background-color: #19621D; }
a { background-color: rgb(25,98,29); }
div.DivClassName
{
background-color: #19621D;
}
.BgClassName
{
background-color: #19621D;
}
</style>
border-color css
<style>
span { border-color: #19621D; }
span { border-color: rgb(25,98,29); }
td.TdClassName
{
border-color: #19621D;
}
.TagClassName
{
border-color: #19621D;
}
</style>