Shades of Green #136801
Tints of Green #136801
RGB
CMYK
RGB Variations
Color information
#136801 (or 0x136801) is known color: Green. HEX triplet: 13, 68 and 01. RGB value is (19,104,1). Sum of RGB (Red+Green+Blue) = 19+104+1=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #136801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136801 is #EC97FE. Grayscale: #434343. Windows color (decimal): -15505407 or 92179. OLE color: 92179.
HSL color Cylindrical-coordinate representation of color #136801: hue angle of 109.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136801 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.59 |
| HSL | 109.51º | 0.98% | 0.21% | - |
| HSV(B) | 109.51º | 0.99% | 0.41% | - |
| XYZ | 5.22 | 10.04 | 1.69 | - |
| YUV | 66.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 1 | 0.82 | 0 | 0.99 | 0.59 | 109.51 | 0.98 | 0.21 |
| Hex | 13 | 68 | 1 | 52 | 0 | 63 | 3B | 6E | 62 | 15 |
| Octal | 23 | 150 | 1 | 122 | 0 | 143 | 73 | 156 | 142 | 25 |
| Binary | 10011 | 1101000 | 1 | 1010010 | 0 | 1100011 | 111011 | 1101110 | 1100010 | 10101 |
Color Harmonies of #136801
Complementary color
Monochromatic Colors of #136801
Black with #136801
Text Example
Text Example
White with #136801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136801; }
p { color: rgb(19,104,1); }
H1.HeaderClassName
{
color: #136801;
}
.AnyTagClassName
{
color: #136801;
}
</style>
background-color css
<style>
a { background-color: #136801; }
a { background-color: rgb(19,104,1); }
div.DivClassName
{
background-color: #136801;
}
.BgClassName
{
background-color: #136801;
}
</style>
border-color css
<style>
span { border-color: #136801; }
span { border-color: rgb(19,104,1); }
td.TdClassName
{
border-color: #136801;
}
.TagClassName
{
border-color: #136801;
}
</style>