Shades of Jewel #1A6A4D
Tints of Jewel #1A6A4D
RGB
CMYK
RGB Variations
Color information
#1A6A4D (or 0x1A6A4D) is known color: Jewel. HEX triplet: 1A, 6A and 4D. RGB value is (26,106,77). Sum of RGB (Red+Green+Blue) = 26+106+77=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A4D is #E595B2. Grayscale: #4E4E4E. Windows color (decimal): -15046067 or 5073434. OLE color: 5073434.
HSL color Cylindrical-coordinate representation of color #1A6A4D: hue angle of 158.25º 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 #1A6A4D is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 77 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.58 |
| HSL | 158.25º | 0.61% | 0.26% | - |
| HSV(B) | 158.25º | 0.75% | 0.42% | - |
| XYZ | 6.92 | 11.06 | 8.79 | - |
| YUV | 78.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 77 | 0.75 | 0 | 0.27 | 0.58 | 158.25 | 0.61 | 0.26 |
| Hex | 1A | 6A | 4D | 4B | 0 | 1B | 3A | 9E | 3D | 1A |
| Octal | 32 | 152 | 115 | 113 | 0 | 33 | 72 | 236 | 75 | 32 |
| Binary | 11010 | 1101010 | 1001101 | 1001011 | 0 | 11011 | 111010 | 10011110 | 111101 | 11010 |
Color Harmonies of #1A6A4D
Complementary color
Monochromatic Colors of #1A6A4D
Black with #1A6A4D
Text Example
Text Example
White with #1A6A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A4D; }
p { color: rgb(26,106,77); }
H1.HeaderClassName
{
color: #1A6A4D;
}
.AnyTagClassName
{
color: #1A6A4D;
}
</style>
background-color css
<style>
a { background-color: #1A6A4D; }
a { background-color: rgb(26,106,77); }
div.DivClassName
{
background-color: #1A6A4D;
}
.BgClassName
{
background-color: #1A6A4D;
}
</style>
border-color css
<style>
span { border-color: #1A6A4D; }
span { border-color: rgb(26,106,77); }
td.TdClassName
{
border-color: #1A6A4D;
}
.TagClassName
{
border-color: #1A6A4D;
}
</style>