Shades of Jewel #136C3F
Tints of Jewel #136C3F
RGB
CMYK
RGB Variations
Color information
#136C3F (or 0x136C3F) is known color: Jewel. HEX triplet: 13, 6C and 3F. RGB value is (19,108,63). Sum of RGB (Red+Green+Blue) = 19+108+63=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 108 (42.58% from 255 or 56.84% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 108 - color contains mainly: green. Hex color #136C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C3F is #EC93C0. Grayscale: #4C4C4C. Windows color (decimal): -15504321 or 4156435. OLE color: 4156435.
HSL color Cylindrical-coordinate representation of color #136C3F: hue angle of 149.66º 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 #136C3F is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 63 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.58 |
| HSL | 149.66º | 0.7% | 0.25% | - |
| HSV(B) | 149.66º | 0.82% | 0.42% | - |
| XYZ | 6.53 | 11.22 | 6.52 | - |
| YUV | 76.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 63 | 0.82 | 0 | 0.42 | 0.58 | 149.66 | 0.7 | 0.25 |
| Hex | 13 | 6C | 3F | 52 | 0 | 2A | 3A | 96 | 46 | 19 |
| Octal | 23 | 154 | 77 | 122 | 0 | 52 | 72 | 226 | 106 | 31 |
| Binary | 10011 | 1101100 | 111111 | 1010010 | 0 | 101010 | 111010 | 10010110 | 1000110 | 11001 |
Color Harmonies of #136C3F
Complementary color
Monochromatic Colors of #136C3F
Black with #136C3F
Text Example
Text Example
White with #136C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C3F; }
p { color: rgb(19,108,63); }
H1.HeaderClassName
{
color: #136C3F;
}
.AnyTagClassName
{
color: #136C3F;
}
</style>
background-color css
<style>
a { background-color: #136C3F; }
a { background-color: rgb(19,108,63); }
div.DivClassName
{
background-color: #136C3F;
}
.BgClassName
{
background-color: #136C3F;
}
</style>
border-color css
<style>
span { border-color: #136C3F; }
span { border-color: rgb(19,108,63); }
td.TdClassName
{
border-color: #136C3F;
}
.TagClassName
{
border-color: #136C3F;
}
</style>