Shades of Jewel #15634D
Tints of Jewel #15634D
RGB
CMYK
RGB Variations
Color information
#15634D (or 0x15634D) is known color: Jewel. HEX triplet: 15, 63 and 4D. RGB value is (21,99,77). Sum of RGB (Red+Green+Blue) = 21+99+77=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #15634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15634D is #EA9CB2. Grayscale: #494949. Windows color (decimal): -15375539 or 5071637. OLE color: 5071637.
HSL color Cylindrical-coordinate representation of color #15634D: hue angle of 163.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15634D is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 99 | 77 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.61 |
| HSL | 163.08º | 0.65% | 0.24% | - |
| HSV(B) | 163.08º | 0.79% | 0.39% | - |
| XYZ | 6.11 | 9.62 | 8.56 | - |
| YUV | 73.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 77 | 0.79 | 0 | 0.22 | 0.61 | 163.08 | 0.65 | 0.24 |
| Hex | 15 | 63 | 4D | 4F | 0 | 16 | 3D | A3 | 41 | 18 |
| Octal | 25 | 143 | 115 | 117 | 0 | 26 | 75 | 243 | 101 | 30 |
| Binary | 10101 | 1100011 | 1001101 | 1001111 | 0 | 10110 | 111101 | 10100011 | 1000001 | 11000 |
Color Harmonies of #15634D
Complementary color
Monochromatic Colors of #15634D
Black with #15634D
Text Example
Text Example
White with #15634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15634D; }
p { color: rgb(21,99,77); }
H1.HeaderClassName
{
color: #15634D;
}
.AnyTagClassName
{
color: #15634D;
}
</style>
background-color css
<style>
a { background-color: #15634D; }
a { background-color: rgb(21,99,77); }
div.DivClassName
{
background-color: #15634D;
}
.BgClassName
{
background-color: #15634D;
}
</style>
border-color css
<style>
span { border-color: #15634D; }
span { border-color: rgb(21,99,77); }
td.TdClassName
{
border-color: #15634D;
}
.TagClassName
{
border-color: #15634D;
}
</style>