Shades of San Felix #1A6321
Tints of San Felix #1A6321
RGB
CMYK
RGB Variations
Color information
#1A6321 (or 0x1A6321) is known color: San Felix. HEX triplet: 1A, 63 and 21. RGB value is (26,99,33). Sum of RGB (Red+Green+Blue) = 26+99+33=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6321 is #E59CDE. Grayscale: #454545. Windows color (decimal): -15047903 or 2188058. OLE color: 2188058.
HSL color Cylindrical-coordinate representation of color #1A6321: hue angle of 125.75º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6321 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 33 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.61 |
| HSL | 125.75º | 0.58% | 0.25% | - |
| HSV(B) | 125.75º | 0.74% | 0.39% | - |
| XYZ | 5.16 | 9.25 | 2.95 | - |
| YUV | 69.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 33 | 0.74 | 0 | 0.67 | 0.61 | 125.75 | 0.58 | 0.25 |
| Hex | 1A | 63 | 21 | 4A | 0 | 43 | 3D | 7E | 3A | 19 |
| Octal | 32 | 143 | 41 | 112 | 0 | 103 | 75 | 176 | 72 | 31 |
| Binary | 11010 | 1100011 | 100001 | 1001010 | 0 | 1000011 | 111101 | 1111110 | 111010 | 11001 |
Color Harmonies of #1A6321
Complementary color
Monochromatic Colors of #1A6321
Black with #1A6321
Text Example
Text Example
White with #1A6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6321; }
p { color: rgb(26,99,33); }
H1.HeaderClassName
{
color: #1A6321;
}
.AnyTagClassName
{
color: #1A6321;
}
</style>
background-color css
<style>
a { background-color: #1A6321; }
a { background-color: rgb(26,99,33); }
div.DivClassName
{
background-color: #1A6321;
}
.BgClassName
{
background-color: #1A6321;
}
</style>
border-color css
<style>
span { border-color: #1A6321; }
span { border-color: rgb(26,99,33); }
td.TdClassName
{
border-color: #1A6321;
}
.TagClassName
{
border-color: #1A6321;
}
</style>