Shades of Jewel #156941
Tints of Jewel #156941
RGB
CMYK
RGB Variations
Color information
#156941 (or 0x156941) is known color: Jewel. HEX triplet: 15, 69 and 41. RGB value is (21,105,65). Sum of RGB (Red+Green+Blue) = 21+105+65=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #156941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156941 is #EA96BE. Grayscale: #4B4B4B. Windows color (decimal): -15374015 or 4286741. OLE color: 4286741.
HSL color Cylindrical-coordinate representation of color #156941: hue angle of 151.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156941 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 65 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.59 |
| HSL | 151.43º | 0.67% | 0.25% | - |
| HSV(B) | 151.43º | 0.8% | 0.41% | - |
| XYZ | 6.31 | 10.64 | 6.72 | - |
| YUV | 75.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 65 | 0.80 | 0 | 0.38 | 0.59 | 151.43 | 0.67 | 0.25 |
| Hex | 15 | 69 | 41 | 50 | 0 | 26 | 3B | 97 | 43 | 19 |
| Octal | 25 | 151 | 101 | 120 | 0 | 46 | 73 | 227 | 103 | 31 |
| Binary | 10101 | 1101001 | 1000001 | 1010000 | 0 | 100110 | 111011 | 10010111 | 1000011 | 11001 |
Color Harmonies of #156941
Complementary color
Monochromatic Colors of #156941
Black with #156941
Text Example
Text Example
White with #156941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156941; }
p { color: rgb(21,105,65); }
H1.HeaderClassName
{
color: #156941;
}
.AnyTagClassName
{
color: #156941;
}
</style>
background-color css
<style>
a { background-color: #156941; }
a { background-color: rgb(21,105,65); }
div.DivClassName
{
background-color: #156941;
}
.BgClassName
{
background-color: #156941;
}
</style>
border-color css
<style>
span { border-color: #156941; }
span { border-color: rgb(21,105,65); }
td.TdClassName
{
border-color: #156941;
}
.TagClassName
{
border-color: #156941;
}
</style>