Shades of Jewel #195944
Tints of Jewel #195944
RGB
CMYK
RGB Variations
Color information
#195944 (or 0x195944) is known color: Jewel. HEX triplet: 19, 59 and 44. RGB value is (25,89,68). Sum of RGB (Red+Green+Blue) = 25+89+68=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #195944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195944 is #E6A6BB. Grayscale: #434343. Windows color (decimal): -15115964 or 4479257. OLE color: 4479257.
HSL color Cylindrical-coordinate representation of color #195944: hue angle of 160.31º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195944 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 89 | 68 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.65 |
| HSL | 160.31º | 0.56% | 0.22% | - |
| HSV(B) | 160.31º | 0.72% | 0.35% | - |
| XYZ | 5.02 | 7.77 | 6.7 | - |
| YUV | 67.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 68 | 0.72 | 0 | 0.24 | 0.65 | 160.31 | 0.56 | 0.22 |
| Hex | 19 | 59 | 44 | 48 | 0 | 18 | 41 | A0 | 38 | 16 |
| Octal | 31 | 131 | 104 | 110 | 0 | 30 | 101 | 240 | 70 | 26 |
| Binary | 11001 | 1011001 | 1000100 | 1001000 | 0 | 11000 | 1000001 | 10100000 | 111000 | 10110 |
Color Harmonies of #195944
Complementary color
Monochromatic Colors of #195944
Black with #195944
Text Example
Text Example
White with #195944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195944; }
p { color: rgb(25,89,68); }
H1.HeaderClassName
{
color: #195944;
}
.AnyTagClassName
{
color: #195944;
}
</style>
background-color css
<style>
a { background-color: #195944; }
a { background-color: rgb(25,89,68); }
div.DivClassName
{
background-color: #195944;
}
.BgClassName
{
background-color: #195944;
}
</style>
border-color css
<style>
span { border-color: #195944; }
span { border-color: rgb(25,89,68); }
td.TdClassName
{
border-color: #195944;
}
.TagClassName
{
border-color: #195944;
}
</style>