Shades of Jewel #136B4E
Tints of Jewel #136B4E
RGB
CMYK
RGB Variations
Color information
#136B4E (or 0x136B4E) is known color: Jewel. HEX triplet: 13, 6B and 4E. RGB value is (19,107,78). Sum of RGB (Red+Green+Blue) = 19+107+78=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B4E is #EC94B1. Grayscale: #4D4D4D. Windows color (decimal): -15504562 or 5139219. OLE color: 5139219.
HSL color Cylindrical-coordinate representation of color #136B4E: hue angle of 160.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B4E is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 78 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.58 |
| HSL | 160.23º | 0.7% | 0.25% | - |
| HSV(B) | 160.23º | 0.82% | 0.42% | - |
| XYZ | 6.9 | 11.2 | 9.01 | - |
| YUV | 77.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 78 | 0.82 | 0 | 0.27 | 0.58 | 160.23 | 0.7 | 0.25 |
| Hex | 13 | 6B | 4E | 52 | 0 | 1B | 3A | A0 | 46 | 19 |
| Octal | 23 | 153 | 116 | 122 | 0 | 33 | 72 | 240 | 106 | 31 |
| Binary | 10011 | 1101011 | 1001110 | 1010010 | 0 | 11011 | 111010 | 10100000 | 1000110 | 11001 |
Color Harmonies of #136B4E
Complementary color
Monochromatic Colors of #136B4E
Black with #136B4E
Text Example
Text Example
White with #136B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B4E; }
p { color: rgb(19,107,78); }
H1.HeaderClassName
{
color: #136B4E;
}
.AnyTagClassName
{
color: #136B4E;
}
</style>
background-color css
<style>
a { background-color: #136B4E; }
a { background-color: rgb(19,107,78); }
div.DivClassName
{
background-color: #136B4E;
}
.BgClassName
{
background-color: #136B4E;
}
</style>
border-color css
<style>
span { border-color: #136B4E; }
span { border-color: rgb(19,107,78); }
td.TdClassName
{
border-color: #136B4E;
}
.TagClassName
{
border-color: #136B4E;
}
</style>