Shades of Jewel #15654D
Tints of Jewel #15654D
RGB
CMYK
RGB Variations
Color information
#15654D (or 0x15654D) is known color: Jewel. HEX triplet: 15, 65 and 4D. RGB value is (21,101,77). Sum of RGB (Red+Green+Blue) = 21+101+77=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #15654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15654D is #EA9AB2. Grayscale: #4A4A4A. Windows color (decimal): -15375027 or 5072149. OLE color: 5072149.
HSL color Cylindrical-coordinate representation of color #15654D: hue angle of 162º 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 #15654D is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 101 | 77 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.60 |
| HSL | 162º | 0.66% | 0.24% | - |
| HSV(B) | 162º | 0.79% | 0.4% | - |
| XYZ | 6.3 | 10 | 8.62 | - |
| YUV | 74.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 77 | 0.79 | 0 | 0.24 | 0.60 | 162 | 0.66 | 0.24 |
| Hex | 15 | 65 | 4D | 4F | 0 | 18 | 3C | A2 | 42 | 18 |
| Octal | 25 | 145 | 115 | 117 | 0 | 30 | 74 | 242 | 102 | 30 |
| Binary | 10101 | 1100101 | 1001101 | 1001111 | 0 | 11000 | 111100 | 10100010 | 1000010 | 11000 |
Color Harmonies of #15654D
Complementary color
Monochromatic Colors of #15654D
Black with #15654D
Text Example
Text Example
White with #15654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15654D; }
p { color: rgb(21,101,77); }
H1.HeaderClassName
{
color: #15654D;
}
.AnyTagClassName
{
color: #15654D;
}
</style>
background-color css
<style>
a { background-color: #15654D; }
a { background-color: rgb(21,101,77); }
div.DivClassName
{
background-color: #15654D;
}
.BgClassName
{
background-color: #15654D;
}
</style>
border-color css
<style>
span { border-color: #15654D; }
span { border-color: rgb(21,101,77); }
td.TdClassName
{
border-color: #15654D;
}
.TagClassName
{
border-color: #15654D;
}
</style>