Shades of Jewel #136949
Tints of Jewel #136949
RGB
CMYK
RGB Variations
Color information
#136949 (or 0x136949) is known color: Jewel. HEX triplet: 13, 69 and 49. RGB value is (19,105,73). Sum of RGB (Red+Green+Blue) = 19+105+73=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #136949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136949 is #EC96B6. Grayscale: #4B4B4B. Windows color (decimal): -15505079 or 4811027. OLE color: 4811027.
HSL color Cylindrical-coordinate representation of color #136949: hue angle of 157.67º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136949 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 73 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.59 |
| HSL | 157.67º | 0.69% | 0.24% | - |
| HSV(B) | 157.67º | 0.82% | 0.41% | - |
| XYZ | 6.52 | 10.72 | 8.03 | - |
| YUV | 75.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 73 | 0.82 | 0 | 0.30 | 0.59 | 157.67 | 0.69 | 0.24 |
| Hex | 13 | 69 | 49 | 52 | 0 | 1E | 3B | 9E | 45 | 18 |
| Octal | 23 | 151 | 111 | 122 | 0 | 36 | 73 | 236 | 105 | 30 |
| Binary | 10011 | 1101001 | 1001001 | 1010010 | 0 | 11110 | 111011 | 10011110 | 1000101 | 11000 |
Color Harmonies of #136949
Complementary color
Monochromatic Colors of #136949
Black with #136949
Text Example
Text Example
White with #136949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136949; }
p { color: rgb(19,105,73); }
H1.HeaderClassName
{
color: #136949;
}
.AnyTagClassName
{
color: #136949;
}
</style>
background-color css
<style>
a { background-color: #136949; }
a { background-color: rgb(19,105,73); }
div.DivClassName
{
background-color: #136949;
}
.BgClassName
{
background-color: #136949;
}
</style>
border-color css
<style>
span { border-color: #136949; }
span { border-color: rgb(19,105,73); }
td.TdClassName
{
border-color: #136949;
}
.TagClassName
{
border-color: #136949;
}
</style>