Shades of Jewel #1A6345
Tints of Jewel #1A6345
RGB
CMYK
RGB Variations
Color information
#1A6345 (or 0x1A6345) is known color: Jewel. HEX triplet: 1A, 63 and 45. RGB value is (26,99,69). Sum of RGB (Red+Green+Blue) = 26+99+69=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6345 is #E59CBA. Grayscale: #494949. Windows color (decimal): -15047867 or 4547354. OLE color: 4547354.
HSL color Cylindrical-coordinate representation of color #1A6345: hue angle of 155.34º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6345 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 69 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.61 |
| HSL | 155.34º | 0.58% | 0.25% | - |
| HSV(B) | 155.34º | 0.74% | 0.39% | - |
| XYZ | 5.96 | 9.57 | 7.16 | - |
| YUV | 73.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 69 | 0.74 | 0 | 0.30 | 0.61 | 155.34 | 0.58 | 0.25 |
| Hex | 1A | 63 | 45 | 4A | 0 | 1E | 3D | 9B | 3A | 19 |
| Octal | 32 | 143 | 105 | 112 | 0 | 36 | 75 | 233 | 72 | 31 |
| Binary | 11010 | 1100011 | 1000101 | 1001010 | 0 | 11110 | 111101 | 10011011 | 111010 | 11001 |
Color Harmonies of #1A6345
Complementary color
Monochromatic Colors of #1A6345
Black with #1A6345
Text Example
Text Example
White with #1A6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6345; }
p { color: rgb(26,99,69); }
H1.HeaderClassName
{
color: #1A6345;
}
.AnyTagClassName
{
color: #1A6345;
}
</style>
background-color css
<style>
a { background-color: #1A6345; }
a { background-color: rgb(26,99,69); }
div.DivClassName
{
background-color: #1A6345;
}
.BgClassName
{
background-color: #1A6345;
}
</style>
border-color css
<style>
span { border-color: #1A6345; }
span { border-color: rgb(26,99,69); }
td.TdClassName
{
border-color: #1A6345;
}
.TagClassName
{
border-color: #1A6345;
}
</style>