Shades of Jewel #126343
Tints of Jewel #126343
RGB
CMYK
RGB Variations
Color information
#126343 (or 0x126343) is known color: Jewel. HEX triplet: 12, 63 and 43. RGB value is (18,99,67). Sum of RGB (Red+Green+Blue) = 18+99+67=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #126343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126343 is #ED9CBC. Grayscale: #474747. Windows color (decimal): -15572157 or 4416274. OLE color: 4416274.
HSL color Cylindrical-coordinate representation of color #126343: hue angle of 156.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126343 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 67 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.61 |
| HSL | 156.3º | 0.69% | 0.23% | - |
| HSV(B) | 156.3º | 0.82% | 0.39% | - |
| XYZ | 5.72 | 9.46 | 6.83 | - |
| YUV | 71.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 67 | 0.82 | 0 | 0.32 | 0.61 | 156.3 | 0.69 | 0.23 |
| Hex | 12 | 63 | 43 | 52 | 0 | 20 | 3D | 9C | 45 | 17 |
| Octal | 22 | 143 | 103 | 122 | 0 | 40 | 75 | 234 | 105 | 27 |
| Binary | 10010 | 1100011 | 1000011 | 1010010 | 0 | 100000 | 111101 | 10011100 | 1000101 | 10111 |
Color Harmonies of #126343
Complementary color
Monochromatic Colors of #126343
Black with #126343
Text Example
Text Example
White with #126343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126343; }
p { color: rgb(18,99,67); }
H1.HeaderClassName
{
color: #126343;
}
.AnyTagClassName
{
color: #126343;
}
</style>
background-color css
<style>
a { background-color: #126343; }
a { background-color: rgb(18,99,67); }
div.DivClassName
{
background-color: #126343;
}
.BgClassName
{
background-color: #126343;
}
</style>
border-color css
<style>
span { border-color: #126343; }
span { border-color: rgb(18,99,67); }
td.TdClassName
{
border-color: #126343;
}
.TagClassName
{
border-color: #126343;
}
</style>