Shades of Green #136B04
Tints of Green #136B04
RGB
CMYK
RGB Variations
Color information
#136B04 (or 0x136B04) is known color: Green. HEX triplet: 13, 6B and 04. RGB value is (19,107,4). Sum of RGB (Red+Green+Blue) = 19+107+4=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #136B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B04 is #EC94FB. Grayscale: #454545. Windows color (decimal): -15504636 or 289555. OLE color: 289555.
HSL color Cylindrical-coordinate representation of color #136B04: hue angle of 111.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #136B04 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 4 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.58 |
| HSL | 111.26º | 0.93% | 0.22% | - |
| HSV(B) | 111.26º | 0.96% | 0.42% | - |
| XYZ | 5.55 | 10.66 | 1.88 | - |
| YUV | 68.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 4 | 0.82 | 0 | 0.96 | 0.58 | 111.26 | 0.93 | 0.22 |
| Hex | 13 | 6B | 4 | 52 | 0 | 60 | 3A | 6F | 5D | 16 |
| Octal | 23 | 153 | 4 | 122 | 0 | 140 | 72 | 157 | 135 | 26 |
| Binary | 10011 | 1101011 | 100 | 1010010 | 0 | 1100000 | 111010 | 1101111 | 1011101 | 10110 |
Color Harmonies of #136B04
Complementary color
Monochromatic Colors of #136B04
Black with #136B04
Text Example
Text Example
White with #136B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B04; }
p { color: rgb(19,107,4); }
H1.HeaderClassName
{
color: #136B04;
}
.AnyTagClassName
{
color: #136B04;
}
</style>
background-color css
<style>
a { background-color: #136B04; }
a { background-color: rgb(19,107,4); }
div.DivClassName
{
background-color: #136B04;
}
.BgClassName
{
background-color: #136B04;
}
</style>
border-color css
<style>
span { border-color: #136B04; }
span { border-color: rgb(19,107,4); }
td.TdClassName
{
border-color: #136B04;
}
.TagClassName
{
border-color: #136B04;
}
</style>