Shades of Jewel #136E4F
Tints of Jewel #136E4F
RGB
CMYK
RGB Variations
Color information
#136E4F (or 0x136E4F) is known color: Jewel. HEX triplet: 13, 6E and 4F. RGB value is (19,110,79). Sum of RGB (Red+Green+Blue) = 19+110+79=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #136E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E4F is #EC91B0. Grayscale: #4F4F4F. Windows color (decimal): -15503793 or 5205523. OLE color: 5205523.
HSL color Cylindrical-coordinate representation of color #136E4F: hue angle of 159.56º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E4F is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 79 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.57 |
| HSL | 159.56º | 0.71% | 0.25% | - |
| HSV(B) | 159.56º | 0.83% | 0.43% | - |
| XYZ | 7.26 | 11.85 | 9.3 | - |
| YUV | 79.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 79 | 0.83 | 0 | 0.28 | 0.57 | 159.56 | 0.71 | 0.25 |
| Hex | 13 | 6E | 4F | 53 | 0 | 1C | 39 | A0 | 47 | 19 |
| Octal | 23 | 156 | 117 | 123 | 0 | 34 | 71 | 240 | 107 | 31 |
| Binary | 10011 | 1101110 | 1001111 | 1010011 | 0 | 11100 | 111001 | 10100000 | 1000111 | 11001 |
Color Harmonies of #136E4F
Complementary color
Monochromatic Colors of #136E4F
Black with #136E4F
Text Example
Text Example
White with #136E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E4F; }
p { color: rgb(19,110,79); }
H1.HeaderClassName
{
color: #136E4F;
}
.AnyTagClassName
{
color: #136E4F;
}
</style>
background-color css
<style>
a { background-color: #136E4F; }
a { background-color: rgb(19,110,79); }
div.DivClassName
{
background-color: #136E4F;
}
.BgClassName
{
background-color: #136E4F;
}
</style>
border-color css
<style>
span { border-color: #136E4F; }
span { border-color: rgb(19,110,79); }
td.TdClassName
{
border-color: #136E4F;
}
.TagClassName
{
border-color: #136E4F;
}
</style>