Shades of Jewel #156C48
Tints of Jewel #156C48
RGB
CMYK
RGB Variations
Color information
#156C48 (or 0x156C48) is known color: Jewel. HEX triplet: 15, 6C and 48. RGB value is (21,108,72). Sum of RGB (Red+Green+Blue) = 21+108+72=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #156C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C48 is #EA93B7. Grayscale: #4D4D4D. Windows color (decimal): -15373240 or 4746261. OLE color: 4746261.
HSL color Cylindrical-coordinate representation of color #156C48: hue angle of 155.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C48 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 108 | 72 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.58 |
| HSL | 155.17º | 0.67% | 0.25% | - |
| HSV(B) | 155.17º | 0.81% | 0.42% | - |
| XYZ | 6.84 | 11.35 | 7.96 | - |
| YUV | 77.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 72 | 0.81 | 0 | 0.33 | 0.58 | 155.17 | 0.67 | 0.25 |
| Hex | 15 | 6C | 48 | 51 | 0 | 21 | 3A | 9B | 43 | 19 |
| Octal | 25 | 154 | 110 | 121 | 0 | 41 | 72 | 233 | 103 | 31 |
| Binary | 10101 | 1101100 | 1001000 | 1010001 | 0 | 100001 | 111010 | 10011011 | 1000011 | 11001 |
Color Harmonies of #156C48
Complementary color
Monochromatic Colors of #156C48
Black with #156C48
Text Example
Text Example
White with #156C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C48; }
p { color: rgb(21,108,72); }
H1.HeaderClassName
{
color: #156C48;
}
.AnyTagClassName
{
color: #156C48;
}
</style>
background-color css
<style>
a { background-color: #156C48; }
a { background-color: rgb(21,108,72); }
div.DivClassName
{
background-color: #156C48;
}
.BgClassName
{
background-color: #156C48;
}
</style>
border-color css
<style>
span { border-color: #156C48; }
span { border-color: rgb(21,108,72); }
td.TdClassName
{
border-color: #156C48;
}
.TagClassName
{
border-color: #156C48;
}
</style>