Shades of Jewel #136851
Tints of Jewel #136851
RGB
CMYK
RGB Variations
Color information
#136851 (or 0x136851) is known color: Jewel. HEX triplet: 13, 68 and 51. RGB value is (19,104,81). Sum of RGB (Red+Green+Blue) = 19+104+81=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #136851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136851 is #EC97AE. Grayscale: #4B4B4B. Windows color (decimal): -15505327 or 5335059. OLE color: 5335059.
HSL color Cylindrical-coordinate representation of color #136851: hue angle of 163.76º 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 #136851 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 81 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.59 |
| HSL | 163.76º | 0.69% | 0.24% | - |
| HSV(B) | 163.76º | 0.82% | 0.41% | - |
| XYZ | 6.7 | 10.63 | 9.48 | - |
| YUV | 75.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 81 | 0.82 | 0 | 0.22 | 0.59 | 163.76 | 0.69 | 0.24 |
| Hex | 13 | 68 | 51 | 52 | 0 | 16 | 3B | A4 | 45 | 18 |
| Octal | 23 | 150 | 121 | 122 | 0 | 26 | 73 | 244 | 105 | 30 |
| Binary | 10011 | 1101000 | 1010001 | 1010010 | 0 | 10110 | 111011 | 10100100 | 1000101 | 11000 |
Color Harmonies of #136851
Complementary color
Monochromatic Colors of #136851
Black with #136851
Text Example
Text Example
White with #136851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136851; }
p { color: rgb(19,104,81); }
H1.HeaderClassName
{
color: #136851;
}
.AnyTagClassName
{
color: #136851;
}
</style>
background-color css
<style>
a { background-color: #136851; }
a { background-color: rgb(19,104,81); }
div.DivClassName
{
background-color: #136851;
}
.BgClassName
{
background-color: #136851;
}
</style>
border-color css
<style>
span { border-color: #136851; }
span { border-color: rgb(19,104,81); }
td.TdClassName
{
border-color: #136851;
}
.TagClassName
{
border-color: #136851;
}
</style>