Shades of Jewel #136145
Tints of Jewel #136145
RGB
CMYK
RGB Variations
Color information
#136145 (or 0x136145) is known color: Jewel. HEX triplet: 13, 61 and 45. RGB value is (19,97,69). Sum of RGB (Red+Green+Blue) = 19+97+69=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #136145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136145 is #EC9EBA. Grayscale: #464646. Windows color (decimal): -15507131 or 4546835. OLE color: 4546835.
HSL color Cylindrical-coordinate representation of color #136145: hue angle of 158.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136145 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 69 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.62 |
| HSL | 158.46º | 0.67% | 0.23% | - |
| HSV(B) | 158.46º | 0.8% | 0.38% | - |
| XYZ | 5.62 | 9.12 | 7.09 | - |
| YUV | 70.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 69 | 0.80 | 0 | 0.29 | 0.62 | 158.46 | 0.67 | 0.23 |
| Hex | 13 | 61 | 45 | 50 | 0 | 1D | 3E | 9E | 43 | 17 |
| Octal | 23 | 141 | 105 | 120 | 0 | 35 | 76 | 236 | 103 | 27 |
| Binary | 10011 | 1100001 | 1000101 | 1010000 | 0 | 11101 | 111110 | 10011110 | 1000011 | 10111 |
Color Harmonies of #136145
Complementary color
Monochromatic Colors of #136145
Black with #136145
Text Example
Text Example
White with #136145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136145; }
p { color: rgb(19,97,69); }
H1.HeaderClassName
{
color: #136145;
}
.AnyTagClassName
{
color: #136145;
}
</style>
background-color css
<style>
a { background-color: #136145; }
a { background-color: rgb(19,97,69); }
div.DivClassName
{
background-color: #136145;
}
.BgClassName
{
background-color: #136145;
}
</style>
border-color css
<style>
span { border-color: #136145; }
span { border-color: rgb(19,97,69); }
td.TdClassName
{
border-color: #136145;
}
.TagClassName
{
border-color: #136145;
}
</style>