Shades of Green #136407
Tints of Green #136407
RGB
CMYK
RGB Variations
Color information
#136407 (or 0x136407) is known color: Green. HEX triplet: 13, 64 and 07. RGB value is (19,100,7). Sum of RGB (Red+Green+Blue) = 19+100+7=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #136407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136407 is #EC9BF8. Grayscale: #414141. Windows color (decimal): -15506425 or 484371. OLE color: 484371.
HSL color Cylindrical-coordinate representation of color #136407: hue angle of 112.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136407 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 7 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.61 |
| HSL | 112.26º | 0.87% | 0.21% | - |
| HSV(B) | 112.26º | 0.93% | 0.39% | - |
| XYZ | 4.86 | 9.27 | 1.73 | - |
| YUV | 65.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 7 | 0.81 | 0 | 0.93 | 0.61 | 112.26 | 0.87 | 0.21 |
| Hex | 13 | 64 | 7 | 51 | 0 | 5D | 3D | 70 | 57 | 15 |
| Octal | 23 | 144 | 7 | 121 | 0 | 135 | 75 | 160 | 127 | 25 |
| Binary | 10011 | 1100100 | 111 | 1010001 | 0 | 1011101 | 111101 | 1110000 | 1010111 | 10101 |
Color Harmonies of #136407
Complementary color
Monochromatic Colors of #136407
Black with #136407
Text Example
Text Example
White with #136407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136407; }
p { color: rgb(19,100,7); }
H1.HeaderClassName
{
color: #136407;
}
.AnyTagClassName
{
color: #136407;
}
</style>
background-color css
<style>
a { background-color: #136407; }
a { background-color: rgb(19,100,7); }
div.DivClassName
{
background-color: #136407;
}
.BgClassName
{
background-color: #136407;
}
</style>
border-color css
<style>
span { border-color: #136407; }
span { border-color: rgb(19,100,7); }
td.TdClassName
{
border-color: #136407;
}
.TagClassName
{
border-color: #136407;
}
</style>