Shades of Jewel #14604A
Tints of Jewel #14604A
RGB
CMYK
RGB Variations
Color information
#14604A (or 0x14604A) is known color: Jewel. HEX triplet: 14, 60 and 4A. RGB value is (20,96,74). Sum of RGB (Red+Green+Blue) = 20+96+74=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #14604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14604A is #EB9FB5. Grayscale: #464646. Windows color (decimal): -15441846 or 4874260. OLE color: 4874260.
HSL color Cylindrical-coordinate representation of color #14604A: hue angle of 162.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14604A is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 74 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.62 |
| HSL | 162.63º | 0.66% | 0.23% | - |
| HSV(B) | 162.63º | 0.79% | 0.38% | - |
| XYZ | 5.71 | 9.01 | 7.92 | - |
| YUV | 70.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 74 | 0.79 | 0 | 0.23 | 0.62 | 162.63 | 0.66 | 0.23 |
| Hex | 14 | 60 | 4A | 4F | 0 | 17 | 3E | A3 | 42 | 17 |
| Octal | 24 | 140 | 112 | 117 | 0 | 27 | 76 | 243 | 102 | 27 |
| Binary | 10100 | 1100000 | 1001010 | 1001111 | 0 | 10111 | 111110 | 10100011 | 1000010 | 10111 |
Color Harmonies of #14604A
Complementary color
Monochromatic Colors of #14604A
Black with #14604A
Text Example
Text Example
White with #14604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14604A; }
p { color: rgb(20,96,74); }
H1.HeaderClassName
{
color: #14604A;
}
.AnyTagClassName
{
color: #14604A;
}
</style>
background-color css
<style>
a { background-color: #14604A; }
a { background-color: rgb(20,96,74); }
div.DivClassName
{
background-color: #14604A;
}
.BgClassName
{
background-color: #14604A;
}
</style>
border-color css
<style>
span { border-color: #14604A; }
span { border-color: rgb(20,96,74); }
td.TdClassName
{
border-color: #14604A;
}
.TagClassName
{
border-color: #14604A;
}
</style>