Shades of Jewel #136F4B
Tints of Jewel #136F4B
RGB
CMYK
RGB Variations
Color information
#136F4B (or 0x136F4B) is known color: Jewel. HEX triplet: 13, 6F and 4B. RGB value is (19,111,75). Sum of RGB (Red+Green+Blue) = 19+111+75=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #136F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F4B is #EC90B4. Grayscale: #4F4F4F. Windows color (decimal): -15503541 or 4943635. OLE color: 4943635.
HSL color Cylindrical-coordinate representation of color #136F4B: hue angle of 156.52º 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 #136F4B is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 75 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.56 |
| HSL | 156.52º | 0.71% | 0.25% | - |
| HSV(B) | 156.52º | 0.83% | 0.44% | - |
| XYZ | 7.22 | 12.02 | 8.6 | - |
| YUV | 79.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 75 | 0.83 | 0 | 0.32 | 0.56 | 156.52 | 0.71 | 0.25 |
| Hex | 13 | 6F | 4B | 53 | 0 | 20 | 38 | 9D | 47 | 19 |
| Octal | 23 | 157 | 113 | 123 | 0 | 40 | 70 | 235 | 107 | 31 |
| Binary | 10011 | 1101111 | 1001011 | 1010011 | 0 | 100000 | 111000 | 10011101 | 1000111 | 11001 |
Color Harmonies of #136F4B
Complementary color
Monochromatic Colors of #136F4B
Black with #136F4B
Text Example
Text Example
White with #136F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F4B; }
p { color: rgb(19,111,75); }
H1.HeaderClassName
{
color: #136F4B;
}
.AnyTagClassName
{
color: #136F4B;
}
</style>
background-color css
<style>
a { background-color: #136F4B; }
a { background-color: rgb(19,111,75); }
div.DivClassName
{
background-color: #136F4B;
}
.BgClassName
{
background-color: #136F4B;
}
</style>
border-color css
<style>
span { border-color: #136F4B; }
span { border-color: rgb(19,111,75); }
td.TdClassName
{
border-color: #136F4B;
}
.TagClassName
{
border-color: #136F4B;
}
</style>