Shades of Jewel #1A6544
Tints of Jewel #1A6544
RGB
CMYK
RGB Variations
Color information
#1A6544 (or 0x1A6544) is known color: Jewel. HEX triplet: 1A, 65 and 44. RGB value is (26,101,68). Sum of RGB (Red+Green+Blue) = 26+101+68=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6544 is #E59ABB. Grayscale: #4A4A4A. Windows color (decimal): -15047356 or 4482330. OLE color: 4482330.
HSL color Cylindrical-coordinate representation of color #1A6544: hue angle of 153.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6544 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 101 | 68 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.60 |
| HSL | 153.6º | 0.59% | 0.25% | - |
| HSV(B) | 153.6º | 0.74% | 0.4% | - |
| XYZ | 6.12 | 9.94 | 7.07 | - |
| YUV | 74.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 68 | 0.74 | 0 | 0.33 | 0.60 | 153.6 | 0.59 | 0.25 |
| Hex | 1A | 65 | 44 | 4A | 0 | 21 | 3C | 9A | 3B | 19 |
| Octal | 32 | 145 | 104 | 112 | 0 | 41 | 74 | 232 | 73 | 31 |
| Binary | 11010 | 1100101 | 1000100 | 1001010 | 0 | 100001 | 111100 | 10011010 | 111011 | 11001 |
Color Harmonies of #1A6544
Complementary color
Monochromatic Colors of #1A6544
Black with #1A6544
Text Example
Text Example
White with #1A6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6544; }
p { color: rgb(26,101,68); }
H1.HeaderClassName
{
color: #1A6544;
}
.AnyTagClassName
{
color: #1A6544;
}
</style>
background-color css
<style>
a { background-color: #1A6544; }
a { background-color: rgb(26,101,68); }
div.DivClassName
{
background-color: #1A6544;
}
.BgClassName
{
background-color: #1A6544;
}
</style>
border-color css
<style>
span { border-color: #1A6544; }
span { border-color: rgb(26,101,68); }
td.TdClassName
{
border-color: #1A6544;
}
.TagClassName
{
border-color: #1A6544;
}
</style>