Shades of Jewel #156B42
Tints of Jewel #156B42
RGB
CMYK
RGB Variations
Color information
#156B42 (or 0x156B42) is known color: Jewel. HEX triplet: 15, 6B and 42. RGB value is (21,107,66). Sum of RGB (Red+Green+Blue) = 21+107+66=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #156B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B42 is #EA94BD. Grayscale: #4C4C4C. Windows color (decimal): -15373502 or 4352789. OLE color: 4352789.
HSL color Cylindrical-coordinate representation of color #156B42: hue angle of 151.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B42 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 66 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.58 |
| HSL | 151.4º | 0.67% | 0.25% | - |
| HSV(B) | 151.4º | 0.8% | 0.42% | - |
| XYZ | 6.55 | 11.07 | 6.95 | - |
| YUV | 76.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 66 | 0.80 | 0 | 0.38 | 0.58 | 151.4 | 0.67 | 0.25 |
| Hex | 15 | 6B | 42 | 50 | 0 | 26 | 3A | 97 | 43 | 19 |
| Octal | 25 | 153 | 102 | 120 | 0 | 46 | 72 | 227 | 103 | 31 |
| Binary | 10101 | 1101011 | 1000010 | 1010000 | 0 | 100110 | 111010 | 10010111 | 1000011 | 11001 |
Color Harmonies of #156B42
Complementary color
Monochromatic Colors of #156B42
Black with #156B42
Text Example
Text Example
White with #156B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B42; }
p { color: rgb(21,107,66); }
H1.HeaderClassName
{
color: #156B42;
}
.AnyTagClassName
{
color: #156B42;
}
</style>
background-color css
<style>
a { background-color: #156B42; }
a { background-color: rgb(21,107,66); }
div.DivClassName
{
background-color: #156B42;
}
.BgClassName
{
background-color: #156B42;
}
</style>
border-color css
<style>
span { border-color: #156B42; }
span { border-color: rgb(21,107,66); }
td.TdClassName
{
border-color: #156B42;
}
.TagClassName
{
border-color: #156B42;
}
</style>