Shades of Jewel #1A6343
Tints of Jewel #1A6343
RGB
CMYK
RGB Variations
Color information
#1A6343 (or 0x1A6343) is known color: Jewel. HEX triplet: 1A, 63 and 43. RGB value is (26,99,67). Sum of RGB (Red+Green+Blue) = 26+99+67=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6343 is #E59CBC. Grayscale: #494949. Windows color (decimal): -15047869 or 4416282. OLE color: 4416282.
HSL color Cylindrical-coordinate representation of color #1A6343: hue angle of 153.7º 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 #1A6343 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 67 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.61 |
| HSL | 153.7º | 0.58% | 0.25% | - |
| HSV(B) | 153.7º | 0.74% | 0.39% | - |
| XYZ | 5.9 | 9.55 | 6.84 | - |
| YUV | 73.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 67 | 0.74 | 0 | 0.32 | 0.61 | 153.7 | 0.58 | 0.25 |
| Hex | 1A | 63 | 43 | 4A | 0 | 20 | 3D | 9A | 3A | 19 |
| Octal | 32 | 143 | 103 | 112 | 0 | 40 | 75 | 232 | 72 | 31 |
| Binary | 11010 | 1100011 | 1000011 | 1001010 | 0 | 100000 | 111101 | 10011010 | 111010 | 11001 |
Color Harmonies of #1A6343
Complementary color
Monochromatic Colors of #1A6343
Black with #1A6343
Text Example
Text Example
White with #1A6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6343; }
p { color: rgb(26,99,67); }
H1.HeaderClassName
{
color: #1A6343;
}
.AnyTagClassName
{
color: #1A6343;
}
</style>
background-color css
<style>
a { background-color: #1A6343; }
a { background-color: rgb(26,99,67); }
div.DivClassName
{
background-color: #1A6343;
}
.BgClassName
{
background-color: #1A6343;
}
</style>
border-color css
<style>
span { border-color: #1A6343; }
span { border-color: rgb(26,99,67); }
td.TdClassName
{
border-color: #1A6343;
}
.TagClassName
{
border-color: #1A6343;
}
</style>