Shades of Jewel #19684A
Tints of Jewel #19684A
RGB
CMYK
RGB Variations
Color information
#19684A (or 0x19684A) is known color: Jewel. HEX triplet: 19, 68 and 4A. RGB value is (25,104,74). Sum of RGB (Red+Green+Blue) = 25+104+74=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #19684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19684A is #E697B5. Grayscale: #4D4D4D. Windows color (decimal): -15112118 or 4876313. OLE color: 4876313.
HSL color Cylindrical-coordinate representation of color #19684A: hue angle of 157.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19684A is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 74 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.59 |
| HSL | 157.22º | 0.61% | 0.25% | - |
| HSV(B) | 157.22º | 0.76% | 0.41% | - |
| XYZ | 6.59 | 10.6 | 8.18 | - |
| YUV | 76.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 74 | 0.76 | 0 | 0.29 | 0.59 | 157.22 | 0.61 | 0.25 |
| Hex | 19 | 68 | 4A | 4C | 0 | 1D | 3B | 9D | 3D | 19 |
| Octal | 31 | 150 | 112 | 114 | 0 | 35 | 73 | 235 | 75 | 31 |
| Binary | 11001 | 1101000 | 1001010 | 1001100 | 0 | 11101 | 111011 | 10011101 | 111101 | 11001 |
Color Harmonies of #19684A
Complementary color
Monochromatic Colors of #19684A
Black with #19684A
Text Example
Text Example
White with #19684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19684A; }
p { color: rgb(25,104,74); }
H1.HeaderClassName
{
color: #19684A;
}
.AnyTagClassName
{
color: #19684A;
}
</style>
background-color css
<style>
a { background-color: #19684A; }
a { background-color: rgb(25,104,74); }
div.DivClassName
{
background-color: #19684A;
}
.BgClassName
{
background-color: #19684A;
}
</style>
border-color css
<style>
span { border-color: #19684A; }
span { border-color: rgb(25,104,74); }
td.TdClassName
{
border-color: #19684A;
}
.TagClassName
{
border-color: #19684A;
}
</style>