Shades of Jewel #1A6646
Tints of Jewel #1A6646
RGB
CMYK
RGB Variations
Color information
#1A6646 (or 0x1A6646) is known color: Jewel. HEX triplet: 1A, 66 and 46. RGB value is (26,102,70). Sum of RGB (Red+Green+Blue) = 26+102+70=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6646 is #E599B9. Grayscale: #4B4B4B. Windows color (decimal): -15047098 or 4613658. OLE color: 4613658.
HSL color Cylindrical-coordinate representation of color #1A6646: hue angle of 154.74º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6646 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 70 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.6 |
| HSL | 154.74º | 0.59% | 0.25% | - |
| HSV(B) | 154.74º | 0.75% | 0.4% | - |
| XYZ | 6.28 | 10.16 | 7.43 | - |
| YUV | 75.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 70 | 0.75 | 0 | 0.31 | 0.6 | 154.74 | 0.59 | 0.25 |
| Hex | 1A | 66 | 46 | 4B | 0 | 1F | 3C | 9B | 3B | 19 |
| Octal | 32 | 146 | 106 | 113 | 0 | 37 | 74 | 233 | 73 | 31 |
| Binary | 11010 | 1100110 | 1000110 | 1001011 | 0 | 11111 | 111100 | 10011011 | 111011 | 11001 |
Color Harmonies of #1A6646
Complementary color
Monochromatic Colors of #1A6646
Black with #1A6646
Text Example
Text Example
White with #1A6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6646; }
p { color: rgb(26,102,70); }
H1.HeaderClassName
{
color: #1A6646;
}
.AnyTagClassName
{
color: #1A6646;
}
</style>
background-color css
<style>
a { background-color: #1A6646; }
a { background-color: rgb(26,102,70); }
div.DivClassName
{
background-color: #1A6646;
}
.BgClassName
{
background-color: #1A6646;
}
</style>
border-color css
<style>
span { border-color: #1A6646; }
span { border-color: rgb(26,102,70); }
td.TdClassName
{
border-color: #1A6646;
}
.TagClassName
{
border-color: #1A6646;
}
</style>