Shades of Jewel #1A6A44
Tints of Jewel #1A6A44
RGB
CMYK
RGB Variations
Color information
#1A6A44 (or 0x1A6A44) is known color: Jewel. HEX triplet: 1A, 6A and 44. RGB value is (26,106,68). Sum of RGB (Red+Green+Blue) = 26+106+68=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A44 is #E595BB. Grayscale: #4D4D4D. Windows color (decimal): -15046076 or 4483610. OLE color: 4483610.
HSL color Cylindrical-coordinate representation of color #1A6A44: hue angle of 151.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A44 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 68 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.58 |
| HSL | 151.5º | 0.61% | 0.26% | - |
| HSV(B) | 151.5º | 0.75% | 0.42% | - |
| XYZ | 6.62 | 10.95 | 7.23 | - |
| YUV | 77.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 68 | 0.75 | 0 | 0.36 | 0.58 | 151.5 | 0.61 | 0.26 |
| Hex | 1A | 6A | 44 | 4B | 0 | 24 | 3A | 98 | 3D | 1A |
| Octal | 32 | 152 | 104 | 113 | 0 | 44 | 72 | 230 | 75 | 32 |
| Binary | 11010 | 1101010 | 1000100 | 1001011 | 0 | 100100 | 111010 | 10011000 | 111101 | 11010 |
Color Harmonies of #1A6A44
Complementary color
Monochromatic Colors of #1A6A44
Black with #1A6A44
Text Example
Text Example
White with #1A6A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A44; }
p { color: rgb(26,106,68); }
H1.HeaderClassName
{
color: #1A6A44;
}
.AnyTagClassName
{
color: #1A6A44;
}
</style>
background-color css
<style>
a { background-color: #1A6A44; }
a { background-color: rgb(26,106,68); }
div.DivClassName
{
background-color: #1A6A44;
}
.BgClassName
{
background-color: #1A6A44;
}
</style>
border-color css
<style>
span { border-color: #1A6A44; }
span { border-color: rgb(26,106,68); }
td.TdClassName
{
border-color: #1A6A44;
}
.TagClassName
{
border-color: #1A6A44;
}
</style>