Shades of Jewel #1A6145
Tints of Jewel #1A6145
RGB
CMYK
RGB Variations
Color information
#1A6145 (or 0x1A6145) is known color: Jewel. HEX triplet: 1A, 61 and 45. RGB value is (26,97,69). Sum of RGB (Red+Green+Blue) = 26+97+69=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6145 is #E59EBA. Grayscale: #484848. Windows color (decimal): -15048379 or 4546842. OLE color: 4546842.
HSL color Cylindrical-coordinate representation of color #1A6145: hue angle of 156.34º 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 #1A6145 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 69 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.62 |
| HSL | 156.34º | 0.58% | 0.24% | - |
| HSV(B) | 156.34º | 0.73% | 0.38% | - |
| XYZ | 5.77 | 9.2 | 7.1 | - |
| YUV | 72.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 69 | 0.73 | 0 | 0.29 | 0.62 | 156.34 | 0.58 | 0.24 |
| Hex | 1A | 61 | 45 | 49 | 0 | 1D | 3E | 9C | 3A | 18 |
| Octal | 32 | 141 | 105 | 111 | 0 | 35 | 76 | 234 | 72 | 30 |
| Binary | 11010 | 1100001 | 1000101 | 1001001 | 0 | 11101 | 111110 | 10011100 | 111010 | 11000 |
Color Harmonies of #1A6145
Complementary color
Monochromatic Colors of #1A6145
Black with #1A6145
Text Example
Text Example
White with #1A6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6145; }
p { color: rgb(26,97,69); }
H1.HeaderClassName
{
color: #1A6145;
}
.AnyTagClassName
{
color: #1A6145;
}
</style>
background-color css
<style>
a { background-color: #1A6145; }
a { background-color: rgb(26,97,69); }
div.DivClassName
{
background-color: #1A6145;
}
.BgClassName
{
background-color: #1A6145;
}
</style>
border-color css
<style>
span { border-color: #1A6145; }
span { border-color: rgb(26,97,69); }
td.TdClassName
{
border-color: #1A6145;
}
.TagClassName
{
border-color: #1A6145;
}
</style>