Shades of Jewel #1A5E46
Tints of Jewel #1A5E46
RGB
CMYK
RGB Variations
Color information
#1A5E46 (or 0x1A5E46) is known color: Jewel. HEX triplet: 1A, 5E and 46. RGB value is (26,94,70). Sum of RGB (Red+Green+Blue) = 26+94+70=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5E46 is #E5A1B9. Grayscale: #464646. Windows color (decimal): -15049146 or 4611610. OLE color: 4611610.
HSL color Cylindrical-coordinate representation of color #1A5E46: hue angle of 158.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5E46 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 70 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.63 |
| HSL | 158.82º | 0.57% | 0.24% | - |
| HSV(B) | 158.82º | 0.72% | 0.37% | - |
| XYZ | 5.53 | 8.67 | 7.18 | - |
| YUV | 70.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 70 | 0.72 | 0 | 0.26 | 0.63 | 158.82 | 0.57 | 0.24 |
| Hex | 1A | 5E | 46 | 48 | 0 | 1A | 3F | 9F | 39 | 18 |
| Octal | 32 | 136 | 106 | 110 | 0 | 32 | 77 | 237 | 71 | 30 |
| Binary | 11010 | 1011110 | 1000110 | 1001000 | 0 | 11010 | 111111 | 10011111 | 111001 | 11000 |
Color Harmonies of #1A5E46
Complementary color
Monochromatic Colors of #1A5E46
Black with #1A5E46
Text Example
Text Example
White with #1A5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E46; }
p { color: rgb(26,94,70); }
H1.HeaderClassName
{
color: #1A5E46;
}
.AnyTagClassName
{
color: #1A5E46;
}
</style>
background-color css
<style>
a { background-color: #1A5E46; }
a { background-color: rgb(26,94,70); }
div.DivClassName
{
background-color: #1A5E46;
}
.BgClassName
{
background-color: #1A5E46;
}
</style>
border-color css
<style>
span { border-color: #1A5E46; }
span { border-color: rgb(26,94,70); }
td.TdClassName
{
border-color: #1A5E46;
}
.TagClassName
{
border-color: #1A5E46;
}
</style>