Shades of Jewel #19694B
Tints of Jewel #19694B
RGB
CMYK
RGB Variations
Color information
#19694B (or 0x19694B) is known color: Jewel. HEX triplet: 19, 69 and 4B. RGB value is (25,105,75). Sum of RGB (Red+Green+Blue) = 25+105+75=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #19694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19694B is #E696B4. Grayscale: #4D4D4D. Windows color (decimal): -15111861 or 4942105. OLE color: 4942105.
HSL color Cylindrical-coordinate representation of color #19694B: hue angle of 157.5º degrees, saturation: 0.62, 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 #19694B is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 75 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.59 |
| HSL | 157.5º | 0.62% | 0.25% | - |
| HSV(B) | 157.5º | 0.76% | 0.41% | - |
| XYZ | 6.72 | 10.82 | 8.39 | - |
| YUV | 77.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 75 | 0.76 | 0 | 0.29 | 0.59 | 157.5 | 0.62 | 0.25 |
| Hex | 19 | 69 | 4B | 4C | 0 | 1D | 3B | 9E | 3E | 19 |
| Octal | 31 | 151 | 113 | 114 | 0 | 35 | 73 | 236 | 76 | 31 |
| Binary | 11001 | 1101001 | 1001011 | 1001100 | 0 | 11101 | 111011 | 10011110 | 111110 | 11001 |
Color Harmonies of #19694B
Complementary color
Monochromatic Colors of #19694B
Black with #19694B
Text Example
Text Example
White with #19694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19694B; }
p { color: rgb(25,105,75); }
H1.HeaderClassName
{
color: #19694B;
}
.AnyTagClassName
{
color: #19694B;
}
</style>
background-color css
<style>
a { background-color: #19694B; }
a { background-color: rgb(25,105,75); }
div.DivClassName
{
background-color: #19694B;
}
.BgClassName
{
background-color: #19694B;
}
</style>
border-color css
<style>
span { border-color: #19694B; }
span { border-color: rgb(25,105,75); }
td.TdClassName
{
border-color: #19694B;
}
.TagClassName
{
border-color: #19694B;
}
</style>