Shades of Jewel #126C44
Tints of Jewel #126C44
RGB
CMYK
RGB Variations
Color information
#126C44 (or 0x126C44) is known color: Jewel. HEX triplet: 12, 6C and 44. RGB value is (18,108,68). Sum of RGB (Red+Green+Blue) = 18+108+68=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #126C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C44 is #ED93BB. Grayscale: #4C4C4C. Windows color (decimal): -15569852 or 4484114. OLE color: 4484114.
HSL color Cylindrical-coordinate representation of color #126C44: hue angle of 153.33º 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 #126C44 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 68 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.58 |
| HSL | 153.33º | 0.71% | 0.25% | - |
| HSV(B) | 153.33º | 0.83% | 0.42% | - |
| XYZ | 6.66 | 11.27 | 7.29 | - |
| YUV | 76.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 68 | 0.83 | 0 | 0.37 | 0.58 | 153.33 | 0.71 | 0.25 |
| Hex | 12 | 6C | 44 | 53 | 0 | 25 | 3A | 99 | 47 | 19 |
| Octal | 22 | 154 | 104 | 123 | 0 | 45 | 72 | 231 | 107 | 31 |
| Binary | 10010 | 1101100 | 1000100 | 1010011 | 0 | 100101 | 111010 | 10011001 | 1000111 | 11001 |
Color Harmonies of #126C44
Complementary color
Monochromatic Colors of #126C44
Black with #126C44
Text Example
Text Example
White with #126C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C44; }
p { color: rgb(18,108,68); }
H1.HeaderClassName
{
color: #126C44;
}
.AnyTagClassName
{
color: #126C44;
}
</style>
background-color css
<style>
a { background-color: #126C44; }
a { background-color: rgb(18,108,68); }
div.DivClassName
{
background-color: #126C44;
}
.BgClassName
{
background-color: #126C44;
}
</style>
border-color css
<style>
span { border-color: #126C44; }
span { border-color: rgb(18,108,68); }
td.TdClassName
{
border-color: #126C44;
}
.TagClassName
{
border-color: #126C44;
}
</style>