Shades of Jewel #14634D
Tints of Jewel #14634D
RGB
CMYK
RGB Variations
Color information
#14634D (or 0x14634D) is known color: Jewel. HEX triplet: 14, 63 and 4D. RGB value is (20,99,77). Sum of RGB (Red+Green+Blue) = 20+99+77=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #14634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14634D is #EB9CB2. Grayscale: #484848. Windows color (decimal): -15441075 or 5071636. OLE color: 5071636.
HSL color Cylindrical-coordinate representation of color #14634D: hue angle of 163.29º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14634D is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 77 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.61 |
| HSL | 163.29º | 0.66% | 0.23% | - |
| HSV(B) | 163.29º | 0.8% | 0.39% | - |
| XYZ | 6.09 | 9.61 | 8.55 | - |
| YUV | 72.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 77 | 0.80 | 0 | 0.22 | 0.61 | 163.29 | 0.66 | 0.23 |
| Hex | 14 | 63 | 4D | 50 | 0 | 16 | 3D | A3 | 42 | 17 |
| Octal | 24 | 143 | 115 | 120 | 0 | 26 | 75 | 243 | 102 | 27 |
| Binary | 10100 | 1100011 | 1001101 | 1010000 | 0 | 10110 | 111101 | 10100011 | 1000010 | 10111 |
Color Harmonies of #14634D
Complementary color
Monochromatic Colors of #14634D
Black with #14634D
Text Example
Text Example
White with #14634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14634D; }
p { color: rgb(20,99,77); }
H1.HeaderClassName
{
color: #14634D;
}
.AnyTagClassName
{
color: #14634D;
}
</style>
background-color css
<style>
a { background-color: #14634D; }
a { background-color: rgb(20,99,77); }
div.DivClassName
{
background-color: #14634D;
}
.BgClassName
{
background-color: #14634D;
}
</style>
border-color css
<style>
span { border-color: #14634D; }
span { border-color: rgb(20,99,77); }
td.TdClassName
{
border-color: #14634D;
}
.TagClassName
{
border-color: #14634D;
}
</style>