Shades of Jewel #1A6949
Tints of Jewel #1A6949
RGB
CMYK
RGB Variations
Color information
#1A6949 (or 0x1A6949) is known color: Jewel. HEX triplet: 1A, 69 and 49. RGB value is (26,105,73). Sum of RGB (Red+Green+Blue) = 26+105+73=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6949 is #E596B6. Grayscale: #4D4D4D. Windows color (decimal): -15046327 or 4811034. OLE color: 4811034.
HSL color Cylindrical-coordinate representation of color #1A6949: hue angle of 155.7º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6949 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 73 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.59 |
| HSL | 155.7º | 0.6% | 0.26% | - |
| HSV(B) | 155.7º | 0.75% | 0.41% | - |
| XYZ | 6.68 | 10.8 | 8.04 | - |
| YUV | 77.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 73 | 0.75 | 0 | 0.30 | 0.59 | 155.7 | 0.6 | 0.26 |
| Hex | 1A | 69 | 49 | 4B | 0 | 1E | 3B | 9C | 3C | 1A |
| Octal | 32 | 151 | 111 | 113 | 0 | 36 | 73 | 234 | 74 | 32 |
| Binary | 11010 | 1101001 | 1001001 | 1001011 | 0 | 11110 | 111011 | 10011100 | 111100 | 11010 |
Color Harmonies of #1A6949
Complementary color
Monochromatic Colors of #1A6949
Black with #1A6949
Text Example
Text Example
White with #1A6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6949; }
p { color: rgb(26,105,73); }
H1.HeaderClassName
{
color: #1A6949;
}
.AnyTagClassName
{
color: #1A6949;
}
</style>
background-color css
<style>
a { background-color: #1A6949; }
a { background-color: rgb(26,105,73); }
div.DivClassName
{
background-color: #1A6949;
}
.BgClassName
{
background-color: #1A6949;
}
</style>
border-color css
<style>
span { border-color: #1A6949; }
span { border-color: rgb(26,105,73); }
td.TdClassName
{
border-color: #1A6949;
}
.TagClassName
{
border-color: #1A6949;
}
</style>