Shades of Jewel #13614A
Tints of Jewel #13614A
RGB
CMYK
RGB Variations
Color information
#13614A (or 0x13614A) is known color: Jewel. HEX triplet: 13, 61 and 4A. RGB value is (19,97,74). Sum of RGB (Red+Green+Blue) = 19+97+74=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #13614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13614A is #EC9EB5. Grayscale: #474747. Windows color (decimal): -15507126 or 4874515. OLE color: 4874515.
HSL color Cylindrical-coordinate representation of color #13614A: hue angle of 162.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13614A is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 74 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.62 |
| HSL | 162.31º | 0.67% | 0.23% | - |
| HSV(B) | 162.31º | 0.8% | 0.38% | - |
| XYZ | 5.78 | 9.18 | 7.95 | - |
| YUV | 71.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 74 | 0.80 | 0 | 0.24 | 0.62 | 162.31 | 0.67 | 0.23 |
| Hex | 13 | 61 | 4A | 50 | 0 | 18 | 3E | A2 | 43 | 17 |
| Octal | 23 | 141 | 112 | 120 | 0 | 30 | 76 | 242 | 103 | 27 |
| Binary | 10011 | 1100001 | 1001010 | 1010000 | 0 | 11000 | 111110 | 10100010 | 1000011 | 10111 |
Color Harmonies of #13614A
Complementary color
Monochromatic Colors of #13614A
Black with #13614A
Text Example
Text Example
White with #13614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13614A; }
p { color: rgb(19,97,74); }
H1.HeaderClassName
{
color: #13614A;
}
.AnyTagClassName
{
color: #13614A;
}
</style>
background-color css
<style>
a { background-color: #13614A; }
a { background-color: rgb(19,97,74); }
div.DivClassName
{
background-color: #13614A;
}
.BgClassName
{
background-color: #13614A;
}
</style>
border-color css
<style>
span { border-color: #13614A; }
span { border-color: rgb(19,97,74); }
td.TdClassName
{
border-color: #13614A;
}
.TagClassName
{
border-color: #13614A;
}
</style>