Shades of San Felix #13691A
Tints of San Felix #13691A
RGB
CMYK
RGB Variations
Color information
#13691A (or 0x13691A) is known color: San Felix. HEX triplet: 13, 69 and 1A. RGB value is (19,105,26). Sum of RGB (Red+Green+Blue) = 19+105+26=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #13691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691A is #EC96E5. Grayscale: #464646. Windows color (decimal): -15505126 or 1730835. OLE color: 1730835.
HSL color Cylindrical-coordinate representation of color #13691A: hue angle of 124.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13691A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 26 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.59 |
| HSL | 124.88º | 0.69% | 0.24% | - |
| HSV(B) | 124.88º | 0.82% | 0.41% | - |
| XYZ | 5.51 | 10.32 | 2.68 | - |
| YUV | 70.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 26 | 0.82 | 0 | 0.75 | 0.59 | 124.88 | 0.69 | 0.24 |
| Hex | 13 | 69 | 1A | 52 | 0 | 4B | 3B | 7D | 45 | 18 |
| Octal | 23 | 151 | 32 | 122 | 0 | 113 | 73 | 175 | 105 | 30 |
| Binary | 10011 | 1101001 | 11010 | 1010010 | 0 | 1001011 | 111011 | 1111101 | 1000101 | 11000 |
Color Harmonies of #13691A
Complementary color
Monochromatic Colors of #13691A
Black with #13691A
Text Example
Text Example
White with #13691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13691A; }
p { color: rgb(19,105,26); }
H1.HeaderClassName
{
color: #13691A;
}
.AnyTagClassName
{
color: #13691A;
}
</style>
background-color css
<style>
a { background-color: #13691A; }
a { background-color: rgb(19,105,26); }
div.DivClassName
{
background-color: #13691A;
}
.BgClassName
{
background-color: #13691A;
}
</style>
border-color css
<style>
span { border-color: #13691A; }
span { border-color: rgb(19,105,26); }
td.TdClassName
{
border-color: #13691A;
}
.TagClassName
{
border-color: #13691A;
}
</style>