Shades of Jewel #1C6346
Tints of Jewel #1C6346
RGB
CMYK
RGB Variations
Color information
#1C6346 (or 0x1C6346) is known color: Jewel. HEX triplet: 1C, 63 and 46. RGB value is (28,99,70). Sum of RGB (Red+Green+Blue) = 28+99+70=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6346 is #E39CB9. Grayscale: #4A4A4A. Windows color (decimal): -14916794 or 4612892. OLE color: 4612892.
HSL color Cylindrical-coordinate representation of color #1C6346: hue angle of 155.49º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6346 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 70 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.61 |
| HSL | 155.49º | 0.56% | 0.25% | - |
| HSV(B) | 155.49º | 0.72% | 0.39% | - |
| XYZ | 6.05 | 9.61 | 7.33 | - |
| YUV | 74.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 70 | 0.72 | 0 | 0.29 | 0.61 | 155.49 | 0.56 | 0.25 |
| Hex | 1C | 63 | 46 | 48 | 0 | 1D | 3D | 9B | 38 | 19 |
| Octal | 34 | 143 | 106 | 110 | 0 | 35 | 75 | 233 | 70 | 31 |
| Binary | 11100 | 1100011 | 1000110 | 1001000 | 0 | 11101 | 111101 | 10011011 | 111000 | 11001 |
Color Harmonies of #1C6346
Complementary color
Monochromatic Colors of #1C6346
Black with #1C6346
Text Example
Text Example
White with #1C6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6346; }
p { color: rgb(28,99,70); }
H1.HeaderClassName
{
color: #1C6346;
}
.AnyTagClassName
{
color: #1C6346;
}
</style>
background-color css
<style>
a { background-color: #1C6346; }
a { background-color: rgb(28,99,70); }
div.DivClassName
{
background-color: #1C6346;
}
.BgClassName
{
background-color: #1C6346;
}
</style>
border-color css
<style>
span { border-color: #1C6346; }
span { border-color: rgb(28,99,70); }
td.TdClassName
{
border-color: #1C6346;
}
.TagClassName
{
border-color: #1C6346;
}
</style>