Shades of Jewel #15634C
Tints of Jewel #15634C
RGB
CMYK
RGB Variations
Color information
#15634C (or 0x15634C) is known color: Jewel. HEX triplet: 15, 63 and 4C. RGB value is (21,99,76). Sum of RGB (Red+Green+Blue) = 21+99+76=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #15634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15634C is #EA9CB3. Grayscale: #494949. Windows color (decimal): -15375540 or 5006101. OLE color: 5006101.
HSL color Cylindrical-coordinate representation of color #15634C: hue angle of 162.31º 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 #15634C is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 99 | 76 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.61 |
| HSL | 162.31º | 0.65% | 0.24% | - |
| HSV(B) | 162.31º | 0.79% | 0.39% | - |
| XYZ | 6.08 | 9.6 | 8.37 | - |
| YUV | 73.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 76 | 0.79 | 0 | 0.23 | 0.61 | 162.31 | 0.65 | 0.24 |
| Hex | 15 | 63 | 4C | 4F | 0 | 17 | 3D | A2 | 41 | 18 |
| Octal | 25 | 143 | 114 | 117 | 0 | 27 | 75 | 242 | 101 | 30 |
| Binary | 10101 | 1100011 | 1001100 | 1001111 | 0 | 10111 | 111101 | 10100010 | 1000001 | 11000 |
Color Harmonies of #15634C
Complementary color
Monochromatic Colors of #15634C
Black with #15634C
Text Example
Text Example
White with #15634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15634C; }
p { color: rgb(21,99,76); }
H1.HeaderClassName
{
color: #15634C;
}
.AnyTagClassName
{
color: #15634C;
}
</style>
background-color css
<style>
a { background-color: #15634C; }
a { background-color: rgb(21,99,76); }
div.DivClassName
{
background-color: #15634C;
}
.BgClassName
{
background-color: #15634C;
}
</style>
border-color css
<style>
span { border-color: #15634C; }
span { border-color: rgb(21,99,76); }
td.TdClassName
{
border-color: #15634C;
}
.TagClassName
{
border-color: #15634C;
}
</style>