Shades of Jewel #14674C
Tints of Jewel #14674C
RGB
CMYK
RGB Variations
Color information
#14674C (or 0x14674C) is known color: Jewel. HEX triplet: 14, 67 and 4C. RGB value is (20,103,76). Sum of RGB (Red+Green+Blue) = 20+103+76=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #14674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14674C is #EB98B3. Grayscale: #4B4B4B. Windows color (decimal): -15440052 or 5007124. OLE color: 5007124.
HSL color Cylindrical-coordinate representation of color #14674C: hue angle of 160.48º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14674C is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 76 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.60 |
| HSL | 160.48º | 0.67% | 0.24% | - |
| HSV(B) | 160.48º | 0.81% | 0.4% | - |
| XYZ | 6.44 | 10.37 | 8.5 | - |
| YUV | 75.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 76 | 0.81 | 0 | 0.26 | 0.60 | 160.48 | 0.67 | 0.24 |
| Hex | 14 | 67 | 4C | 51 | 0 | 1A | 3C | A0 | 43 | 18 |
| Octal | 24 | 147 | 114 | 121 | 0 | 32 | 74 | 240 | 103 | 30 |
| Binary | 10100 | 1100111 | 1001100 | 1010001 | 0 | 11010 | 111100 | 10100000 | 1000011 | 11000 |
Color Harmonies of #14674C
Complementary color
Monochromatic Colors of #14674C
Black with #14674C
Text Example
Text Example
White with #14674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14674C; }
p { color: rgb(20,103,76); }
H1.HeaderClassName
{
color: #14674C;
}
.AnyTagClassName
{
color: #14674C;
}
</style>
background-color css
<style>
a { background-color: #14674C; }
a { background-color: rgb(20,103,76); }
div.DivClassName
{
background-color: #14674C;
}
.BgClassName
{
background-color: #14674C;
}
</style>
border-color css
<style>
span { border-color: #14674C; }
span { border-color: rgb(20,103,76); }
td.TdClassName
{
border-color: #14674C;
}
.TagClassName
{
border-color: #14674C;
}
</style>