Shades of Jewel #156543
Tints of Jewel #156543
RGB
CMYK
RGB Variations
Color information
#156543 (or 0x156543) is known color: Jewel. HEX triplet: 15, 65 and 43. RGB value is (21,101,67). Sum of RGB (Red+Green+Blue) = 21+101+67=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #156543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156543 is #EA9ABC. Grayscale: #494949. Windows color (decimal): -15375037 or 4416789. OLE color: 4416789.
HSL color Cylindrical-coordinate representation of color #156543: hue angle of 154.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156543 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 101 | 67 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.60 |
| HSL | 154.5º | 0.66% | 0.24% | - |
| HSV(B) | 154.5º | 0.79% | 0.4% | - |
| XYZ | 5.98 | 9.87 | 6.9 | - |
| YUV | 73.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 67 | 0.79 | 0 | 0.34 | 0.60 | 154.5 | 0.66 | 0.24 |
| Hex | 15 | 65 | 43 | 4F | 0 | 22 | 3C | 9A | 42 | 18 |
| Octal | 25 | 145 | 103 | 117 | 0 | 42 | 74 | 232 | 102 | 30 |
| Binary | 10101 | 1100101 | 1000011 | 1001111 | 0 | 100010 | 111100 | 10011010 | 1000010 | 11000 |
Color Harmonies of #156543
Complementary color
Monochromatic Colors of #156543
Black with #156543
Text Example
Text Example
White with #156543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156543; }
p { color: rgb(21,101,67); }
H1.HeaderClassName
{
color: #156543;
}
.AnyTagClassName
{
color: #156543;
}
</style>
background-color css
<style>
a { background-color: #156543; }
a { background-color: rgb(21,101,67); }
div.DivClassName
{
background-color: #156543;
}
.BgClassName
{
background-color: #156543;
}
</style>
border-color css
<style>
span { border-color: #156543; }
span { border-color: rgb(21,101,67); }
td.TdClassName
{
border-color: #156543;
}
.TagClassName
{
border-color: #156543;
}
</style>