Shades of Jewel #126C49
Tints of Jewel #126C49
RGB
CMYK
RGB Variations
Color information
#126C49 (or 0x126C49) is known color: Jewel. HEX triplet: 12, 6C and 49. RGB value is (18,108,73). Sum of RGB (Red+Green+Blue) = 18+108+73=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #126C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C49 is #ED93B6. Grayscale: #4D4D4D. Windows color (decimal): -15569847 or 4811794. OLE color: 4811794.
HSL color Cylindrical-coordinate representation of color #126C49: hue angle of 156.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C49 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 73 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.58 |
| HSL | 156.67º | 0.71% | 0.25% | - |
| HSV(B) | 156.67º | 0.83% | 0.42% | - |
| XYZ | 6.81 | 11.33 | 8.13 | - |
| YUV | 77.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 73 | 0.83 | 0 | 0.32 | 0.58 | 156.67 | 0.71 | 0.25 |
| Hex | 12 | 6C | 49 | 53 | 0 | 20 | 3A | 9D | 47 | 19 |
| Octal | 22 | 154 | 111 | 123 | 0 | 40 | 72 | 235 | 107 | 31 |
| Binary | 10010 | 1101100 | 1001001 | 1010011 | 0 | 100000 | 111010 | 10011101 | 1000111 | 11001 |
Color Harmonies of #126C49
Complementary color
Monochromatic Colors of #126C49
Black with #126C49
Text Example
Text Example
White with #126C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C49; }
p { color: rgb(18,108,73); }
H1.HeaderClassName
{
color: #126C49;
}
.AnyTagClassName
{
color: #126C49;
}
</style>
background-color css
<style>
a { background-color: #126C49; }
a { background-color: rgb(18,108,73); }
div.DivClassName
{
background-color: #126C49;
}
.BgClassName
{
background-color: #126C49;
}
</style>
border-color css
<style>
span { border-color: #126C49; }
span { border-color: rgb(18,108,73); }
td.TdClassName
{
border-color: #126C49;
}
.TagClassName
{
border-color: #126C49;
}
</style>