Shades of Jewel #19644A
Tints of Jewel #19644A
RGB
CMYK
RGB Variations
Color information
#19644A (or 0x19644A) is known color: Jewel. HEX triplet: 19, 64 and 4A. RGB value is (25,100,74). Sum of RGB (Red+Green+Blue) = 25+100+74=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #19644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19644A is #E69BB5. Grayscale: #4A4A4A. Windows color (decimal): -15113142 or 4875289. OLE color: 4875289.
HSL color Cylindrical-coordinate representation of color #19644A: hue angle of 159.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19644A is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 74 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.61 |
| HSL | 159.2º | 0.6% | 0.25% | - |
| HSV(B) | 159.2º | 0.75% | 0.39% | - |
| XYZ | 6.19 | 9.82 | 8.05 | - |
| YUV | 74.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 74 | 0.75 | 0 | 0.26 | 0.61 | 159.2 | 0.6 | 0.25 |
| Hex | 19 | 64 | 4A | 4B | 0 | 1A | 3D | 9F | 3C | 19 |
| Octal | 31 | 144 | 112 | 113 | 0 | 32 | 75 | 237 | 74 | 31 |
| Binary | 11001 | 1100100 | 1001010 | 1001011 | 0 | 11010 | 111101 | 10011111 | 111100 | 11001 |
Color Harmonies of #19644A
Complementary color
Monochromatic Colors of #19644A
Black with #19644A
Text Example
Text Example
White with #19644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19644A; }
p { color: rgb(25,100,74); }
H1.HeaderClassName
{
color: #19644A;
}
.AnyTagClassName
{
color: #19644A;
}
</style>
background-color css
<style>
a { background-color: #19644A; }
a { background-color: rgb(25,100,74); }
div.DivClassName
{
background-color: #19644A;
}
.BgClassName
{
background-color: #19644A;
}
</style>
border-color css
<style>
span { border-color: #19644A; }
span { border-color: rgb(25,100,74); }
td.TdClassName
{
border-color: #19644A;
}
.TagClassName
{
border-color: #19644A;
}
</style>