Shades of Green #136B0D
Tints of Green #136B0D
RGB
CMYK
RGB Variations
Color information
#136B0D (or 0x136B0D) is known color: Green. HEX triplet: 13, 6B and 0D. RGB value is (19,107,13). Sum of RGB (Red+Green+Blue) = 19+107+13=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 107 (42.19% from 255 or 76.98% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 107 - color contains mainly: green. Hex color #136B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B0D is #EC94F2. Grayscale: #464646. Windows color (decimal): -15504627 or 879379. OLE color: 879379.
HSL color Cylindrical-coordinate representation of color #136B0D: hue angle of 116.17º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136B0D is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 13 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.58 |
| HSL | 116.17º | 0.78% | 0.24% | - |
| HSV(B) | 116.17º | 0.88% | 0.42% | - |
| XYZ | 5.6 | 10.68 | 2.15 | - |
| YUV | 69.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 13 | 0.82 | 0 | 0.88 | 0.58 | 116.17 | 0.78 | 0.24 |
| Hex | 13 | 6B | D | 52 | 0 | 58 | 3A | 74 | 4E | 18 |
| Octal | 23 | 153 | 15 | 122 | 0 | 130 | 72 | 164 | 116 | 30 |
| Binary | 10011 | 1101011 | 1101 | 1010010 | 0 | 1011000 | 111010 | 1110100 | 1001110 | 11000 |
Color Harmonies of #136B0D
Complementary color
Monochromatic Colors of #136B0D
Black with #136B0D
Text Example
Text Example
White with #136B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B0D; }
p { color: rgb(19,107,13); }
H1.HeaderClassName
{
color: #136B0D;
}
.AnyTagClassName
{
color: #136B0D;
}
</style>
background-color css
<style>
a { background-color: #136B0D; }
a { background-color: rgb(19,107,13); }
div.DivClassName
{
background-color: #136B0D;
}
.BgClassName
{
background-color: #136B0D;
}
</style>
border-color css
<style>
span { border-color: #136B0D; }
span { border-color: rgb(19,107,13); }
td.TdClassName
{
border-color: #136B0D;
}
.TagClassName
{
border-color: #136B0D;
}
</style>