Shades of Jewel #136850
Tints of Jewel #136850
RGB
CMYK
RGB Variations
Color information
#136850 (or 0x136850) is known color: Jewel. HEX triplet: 13, 68 and 50. RGB value is (19,104,80). Sum of RGB (Red+Green+Blue) = 19+104+80=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #136850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136850 is #EC97AF. Grayscale: #4B4B4B. Windows color (decimal): -15505328 or 5269523. OLE color: 5269523.
HSL color Cylindrical-coordinate representation of color #136850: hue angle of 163.06º 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 #136850 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 80 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.59 |
| HSL | 163.06º | 0.69% | 0.24% | - |
| HSV(B) | 163.06º | 0.82% | 0.41% | - |
| XYZ | 6.67 | 10.62 | 9.29 | - |
| YUV | 75.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 80 | 0.82 | 0 | 0.23 | 0.59 | 163.06 | 0.69 | 0.24 |
| Hex | 13 | 68 | 50 | 52 | 0 | 17 | 3B | A3 | 45 | 18 |
| Octal | 23 | 150 | 120 | 122 | 0 | 27 | 73 | 243 | 105 | 30 |
| Binary | 10011 | 1101000 | 1010000 | 1010010 | 0 | 10111 | 111011 | 10100011 | 1000101 | 11000 |
Color Harmonies of #136850
Complementary color
Monochromatic Colors of #136850
Black with #136850
Text Example
Text Example
White with #136850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136850; }
p { color: rgb(19,104,80); }
H1.HeaderClassName
{
color: #136850;
}
.AnyTagClassName
{
color: #136850;
}
</style>
background-color css
<style>
a { background-color: #136850; }
a { background-color: rgb(19,104,80); }
div.DivClassName
{
background-color: #136850;
}
.BgClassName
{
background-color: #136850;
}
</style>
border-color css
<style>
span { border-color: #136850; }
span { border-color: rgb(19,104,80); }
td.TdClassName
{
border-color: #136850;
}
.TagClassName
{
border-color: #136850;
}
</style>