Shades of Jewel #14634C
Tints of Jewel #14634C
RGB
CMYK
RGB Variations
Color information
#14634C (or 0x14634C) is known color: Jewel. HEX triplet: 14, 63 and 4C. RGB value is (20,99,76). Sum of RGB (Red+Green+Blue) = 20+99+76=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #14634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14634C is #EB9CB3. Grayscale: #484848. Windows color (decimal): -15441076 or 5006100. OLE color: 5006100.
HSL color Cylindrical-coordinate representation of color #14634C: hue angle of 162.53º 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 #14634C is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 76 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.61 |
| HSL | 162.53º | 0.66% | 0.23% | - |
| HSV(B) | 162.53º | 0.8% | 0.39% | - |
| XYZ | 6.05 | 9.59 | 8.37 | - |
| YUV | 72.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 76 | 0.80 | 0 | 0.23 | 0.61 | 162.53 | 0.66 | 0.23 |
| Hex | 14 | 63 | 4C | 50 | 0 | 17 | 3D | A3 | 42 | 17 |
| Octal | 24 | 143 | 114 | 120 | 0 | 27 | 75 | 243 | 102 | 27 |
| Binary | 10100 | 1100011 | 1001100 | 1010000 | 0 | 10111 | 111101 | 10100011 | 1000010 | 10111 |
Color Harmonies of #14634C
Complementary color
Monochromatic Colors of #14634C
Black with #14634C
Text Example
Text Example
White with #14634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14634C; }
p { color: rgb(20,99,76); }
H1.HeaderClassName
{
color: #14634C;
}
.AnyTagClassName
{
color: #14634C;
}
</style>
background-color css
<style>
a { background-color: #14634C; }
a { background-color: rgb(20,99,76); }
div.DivClassName
{
background-color: #14634C;
}
.BgClassName
{
background-color: #14634C;
}
</style>
border-color css
<style>
span { border-color: #14634C; }
span { border-color: rgb(20,99,76); }
td.TdClassName
{
border-color: #14634C;
}
.TagClassName
{
border-color: #14634C;
}
</style>