Shades of Jewel #1A6643
Tints of Jewel #1A6643
RGB
CMYK
RGB Variations
Color information
#1A6643 (or 0x1A6643) is known color: Jewel. HEX triplet: 1A, 66 and 43. RGB value is (26,102,67). Sum of RGB (Red+Green+Blue) = 26+102+67=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6643 is #E599BC. Grayscale: #4B4B4B. Windows color (decimal): -15047101 or 4417050. OLE color: 4417050.
HSL color Cylindrical-coordinate representation of color #1A6643: hue angle of 152.37º 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 #1A6643 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 67 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.6 |
| HSL | 152.37º | 0.59% | 0.25% | - |
| HSV(B) | 152.37º | 0.75% | 0.4% | - |
| XYZ | 6.19 | 10.13 | 6.94 | - |
| YUV | 75.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 67 | 0.75 | 0 | 0.34 | 0.6 | 152.37 | 0.59 | 0.25 |
| Hex | 1A | 66 | 43 | 4B | 0 | 22 | 3C | 98 | 3B | 19 |
| Octal | 32 | 146 | 103 | 113 | 0 | 42 | 74 | 230 | 73 | 31 |
| Binary | 11010 | 1100110 | 1000011 | 1001011 | 0 | 100010 | 111100 | 10011000 | 111011 | 11001 |
Color Harmonies of #1A6643
Complementary color
Monochromatic Colors of #1A6643
Black with #1A6643
Text Example
Text Example
White with #1A6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6643; }
p { color: rgb(26,102,67); }
H1.HeaderClassName
{
color: #1A6643;
}
.AnyTagClassName
{
color: #1A6643;
}
</style>
background-color css
<style>
a { background-color: #1A6643; }
a { background-color: rgb(26,102,67); }
div.DivClassName
{
background-color: #1A6643;
}
.BgClassName
{
background-color: #1A6643;
}
</style>
border-color css
<style>
span { border-color: #1A6643; }
span { border-color: rgb(26,102,67); }
td.TdClassName
{
border-color: #1A6643;
}
.TagClassName
{
border-color: #1A6643;
}
</style>