Shades of Jewel #19674D
Tints of Jewel #19674D
RGB
CMYK
RGB Variations
Color information
#19674D (or 0x19674D) is known color: Jewel. HEX triplet: 19, 67 and 4D. RGB value is (25,103,77). Sum of RGB (Red+Green+Blue) = 25+103+77=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #19674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19674D is #E698B2. Grayscale: #4C4C4C. Windows color (decimal): -15112371 or 5072665. OLE color: 5072665.
HSL color Cylindrical-coordinate representation of color #19674D: hue angle of 160º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19674D is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 77 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.60 |
| HSL | 160º | 0.61% | 0.25% | - |
| HSV(B) | 160º | 0.76% | 0.4% | - |
| XYZ | 6.59 | 10.44 | 8.69 | - |
| YUV | 76.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 77 | 0.76 | 0 | 0.25 | 0.60 | 160 | 0.61 | 0.25 |
| Hex | 19 | 67 | 4D | 4C | 0 | 19 | 3C | A0 | 3D | 19 |
| Octal | 31 | 147 | 115 | 114 | 0 | 31 | 74 | 240 | 75 | 31 |
| Binary | 11001 | 1100111 | 1001101 | 1001100 | 0 | 11001 | 111100 | 10100000 | 111101 | 11001 |
Color Harmonies of #19674D
Complementary color
Monochromatic Colors of #19674D
Black with #19674D
Text Example
Text Example
White with #19674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19674D; }
p { color: rgb(25,103,77); }
H1.HeaderClassName
{
color: #19674D;
}
.AnyTagClassName
{
color: #19674D;
}
</style>
background-color css
<style>
a { background-color: #19674D; }
a { background-color: rgb(25,103,77); }
div.DivClassName
{
background-color: #19674D;
}
.BgClassName
{
background-color: #19674D;
}
</style>
border-color css
<style>
span { border-color: #19674D; }
span { border-color: rgb(25,103,77); }
td.TdClassName
{
border-color: #19674D;
}
.TagClassName
{
border-color: #19674D;
}
</style>