Shades of Jewel #13604A
Tints of Jewel #13604A
RGB
CMYK
RGB Variations
Color information
#13604A (or 0x13604A) is known color: Jewel. HEX triplet: 13, 60 and 4A. RGB value is (19,96,74). Sum of RGB (Red+Green+Blue) = 19+96+74=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #13604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13604A is #EC9FB5. Grayscale: #464646. Windows color (decimal): -15507382 or 4874259. OLE color: 4874259.
HSL color Cylindrical-coordinate representation of color #13604A: hue angle of 162.86º 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 #13604A is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 74 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.62 |
| HSL | 162.86º | 0.67% | 0.23% | - |
| HSV(B) | 162.86º | 0.8% | 0.38% | - |
| XYZ | 5.69 | 9 | 7.92 | - |
| YUV | 70.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 74 | 0.80 | 0 | 0.23 | 0.62 | 162.86 | 0.67 | 0.23 |
| Hex | 13 | 60 | 4A | 50 | 0 | 17 | 3E | A3 | 43 | 17 |
| Octal | 23 | 140 | 112 | 120 | 0 | 27 | 76 | 243 | 103 | 27 |
| Binary | 10011 | 1100000 | 1001010 | 1010000 | 0 | 10111 | 111110 | 10100011 | 1000011 | 10111 |
Color Harmonies of #13604A
Complementary color
Monochromatic Colors of #13604A
Black with #13604A
Text Example
Text Example
White with #13604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13604A; }
p { color: rgb(19,96,74); }
H1.HeaderClassName
{
color: #13604A;
}
.AnyTagClassName
{
color: #13604A;
}
</style>
background-color css
<style>
a { background-color: #13604A; }
a { background-color: rgb(19,96,74); }
div.DivClassName
{
background-color: #13604A;
}
.BgClassName
{
background-color: #13604A;
}
</style>
border-color css
<style>
span { border-color: #13604A; }
span { border-color: rgb(19,96,74); }
td.TdClassName
{
border-color: #13604A;
}
.TagClassName
{
border-color: #13604A;
}
</style>