Shades of Jewel #136C4B
Tints of Jewel #136C4B
RGB
CMYK
RGB Variations
Color information
#136C4B (or 0x136C4B) is known color: Jewel. HEX triplet: 13, 6C and 4B. RGB value is (19,108,75). Sum of RGB (Red+Green+Blue) = 19+108+75=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #136C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C4B is #EC93B4. Grayscale: #4D4D4D. Windows color (decimal): -15504309 or 4942867. OLE color: 4942867.
HSL color Cylindrical-coordinate representation of color #136C4B: hue angle of 157.75º 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 #136C4B is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 75 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.58 |
| HSL | 157.75º | 0.7% | 0.25% | - |
| HSV(B) | 157.75º | 0.82% | 0.42% | - |
| XYZ | 6.9 | 11.37 | 8.49 | - |
| YUV | 77.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 75 | 0.82 | 0 | 0.31 | 0.58 | 157.75 | 0.7 | 0.25 |
| Hex | 13 | 6C | 4B | 52 | 0 | 1F | 3A | 9E | 46 | 19 |
| Octal | 23 | 154 | 113 | 122 | 0 | 37 | 72 | 236 | 106 | 31 |
| Binary | 10011 | 1101100 | 1001011 | 1010010 | 0 | 11111 | 111010 | 10011110 | 1000110 | 11001 |
Color Harmonies of #136C4B
Complementary color
Monochromatic Colors of #136C4B
Black with #136C4B
Text Example
Text Example
White with #136C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C4B; }
p { color: rgb(19,108,75); }
H1.HeaderClassName
{
color: #136C4B;
}
.AnyTagClassName
{
color: #136C4B;
}
</style>
background-color css
<style>
a { background-color: #136C4B; }
a { background-color: rgb(19,108,75); }
div.DivClassName
{
background-color: #136C4B;
}
.BgClassName
{
background-color: #136C4B;
}
</style>
border-color css
<style>
span { border-color: #136C4B; }
span { border-color: rgb(19,108,75); }
td.TdClassName
{
border-color: #136C4B;
}
.TagClassName
{
border-color: #136C4B;
}
</style>