Shades of Jewel #136B45
Tints of Jewel #136B45
RGB
CMYK
RGB Variations
Color information
#136B45 (or 0x136B45) is known color: Jewel. HEX triplet: 13, 6B and 45. RGB value is (19,107,69). Sum of RGB (Red+Green+Blue) = 19+107+69=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #136B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B45 is #EC94BA. Grayscale: #4C4C4C. Windows color (decimal): -15504571 or 4549395. OLE color: 4549395.
HSL color Cylindrical-coordinate representation of color #136B45: hue angle of 154.09º 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 #136B45 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 69 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.58 |
| HSL | 154.09º | 0.7% | 0.25% | - |
| HSV(B) | 154.09º | 0.82% | 0.42% | - |
| XYZ | 6.6 | 11.08 | 7.42 | - |
| YUV | 76.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 69 | 0.82 | 0 | 0.36 | 0.58 | 154.09 | 0.7 | 0.25 |
| Hex | 13 | 6B | 45 | 52 | 0 | 24 | 3A | 9A | 46 | 19 |
| Octal | 23 | 153 | 105 | 122 | 0 | 44 | 72 | 232 | 106 | 31 |
| Binary | 10011 | 1101011 | 1000101 | 1010010 | 0 | 100100 | 111010 | 10011010 | 1000110 | 11001 |
Color Harmonies of #136B45
Complementary color
Monochromatic Colors of #136B45
Black with #136B45
Text Example
Text Example
White with #136B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B45; }
p { color: rgb(19,107,69); }
H1.HeaderClassName
{
color: #136B45;
}
.AnyTagClassName
{
color: #136B45;
}
</style>
background-color css
<style>
a { background-color: #136B45; }
a { background-color: rgb(19,107,69); }
div.DivClassName
{
background-color: #136B45;
}
.BgClassName
{
background-color: #136B45;
}
</style>
border-color css
<style>
span { border-color: #136B45; }
span { border-color: rgb(19,107,69); }
td.TdClassName
{
border-color: #136B45;
}
.TagClassName
{
border-color: #136B45;
}
</style>