Shades of San Felix #1A611B
Tints of San Felix #1A611B
RGB
CMYK
RGB Variations
Color information
#1A611B (or 0x1A611B) is known color: San Felix. HEX triplet: 1A, 61 and 1B. RGB value is (26,97,27). Sum of RGB (Red+Green+Blue) = 26+97+27=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #1A611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A611B is #E59EE4. Grayscale: #444444. Windows color (decimal): -15048421 or 1794330. OLE color: 1794330.
HSL color Cylindrical-coordinate representation of color #1A611B: hue angle of 120.85º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A611B is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 27 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.62 |
| HSL | 120.85º | 0.58% | 0.24% | - |
| HSV(B) | 120.85º | 0.73% | 0.38% | - |
| XYZ | 4.9 | 8.85 | 2.49 | - |
| YUV | 67.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 27 | 0.73 | 0 | 0.72 | 0.62 | 120.85 | 0.58 | 0.24 |
| Hex | 1A | 61 | 1B | 49 | 0 | 48 | 3E | 79 | 3A | 18 |
| Octal | 32 | 141 | 33 | 111 | 0 | 110 | 76 | 171 | 72 | 30 |
| Binary | 11010 | 1100001 | 11011 | 1001001 | 0 | 1001000 | 111110 | 1111001 | 111010 | 11000 |
Color Harmonies of #1A611B
Complementary color
Monochromatic Colors of #1A611B
Black with #1A611B
Text Example
Text Example
White with #1A611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A611B; }
p { color: rgb(26,97,27); }
H1.HeaderClassName
{
color: #1A611B;
}
.AnyTagClassName
{
color: #1A611B;
}
</style>
background-color css
<style>
a { background-color: #1A611B; }
a { background-color: rgb(26,97,27); }
div.DivClassName
{
background-color: #1A611B;
}
.BgClassName
{
background-color: #1A611B;
}
</style>
border-color css
<style>
span { border-color: #1A611B; }
span { border-color: rgb(26,97,27); }
td.TdClassName
{
border-color: #1A611B;
}
.TagClassName
{
border-color: #1A611B;
}
</style>