Shades of Jewel #136F4E
Tints of Jewel #136F4E
RGB
CMYK
RGB Variations
Color information
#136F4E (or 0x136F4E) is known color: Jewel. HEX triplet: 13, 6F and 4E. RGB value is (19,111,78). Sum of RGB (Red+Green+Blue) = 19+111+78=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #136F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F4E is #EC90B1. Grayscale: #4F4F4F. Windows color (decimal): -15503538 or 5140243. OLE color: 5140243.
HSL color Cylindrical-coordinate representation of color #136F4E: hue angle of 158.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F4E is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 78 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.56 |
| HSL | 158.48º | 0.71% | 0.25% | - |
| HSV(B) | 158.48º | 0.83% | 0.44% | - |
| XYZ | 7.33 | 12.06 | 9.15 | - |
| YUV | 79.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 78 | 0.83 | 0 | 0.30 | 0.56 | 158.48 | 0.71 | 0.25 |
| Hex | 13 | 6F | 4E | 53 | 0 | 1E | 38 | 9E | 47 | 19 |
| Octal | 23 | 157 | 116 | 123 | 0 | 36 | 70 | 236 | 107 | 31 |
| Binary | 10011 | 1101111 | 1001110 | 1010011 | 0 | 11110 | 111000 | 10011110 | 1000111 | 11001 |
Color Harmonies of #136F4E
Complementary color
Monochromatic Colors of #136F4E
Black with #136F4E
Text Example
Text Example
White with #136F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F4E; }
p { color: rgb(19,111,78); }
H1.HeaderClassName
{
color: #136F4E;
}
.AnyTagClassName
{
color: #136F4E;
}
</style>
background-color css
<style>
a { background-color: #136F4E; }
a { background-color: rgb(19,111,78); }
div.DivClassName
{
background-color: #136F4E;
}
.BgClassName
{
background-color: #136F4E;
}
</style>
border-color css
<style>
span { border-color: #136F4E; }
span { border-color: rgb(19,111,78); }
td.TdClassName
{
border-color: #136F4E;
}
.TagClassName
{
border-color: #136F4E;
}
</style>