Shades of Green #136301
Tints of Green #136301
RGB
CMYK
RGB Variations
Color information
#136301 (or 0x136301) is known color: Green. HEX triplet: 13, 63 and 01. RGB value is (19,99,1). Sum of RGB (Red+Green+Blue) = 19+99+1=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #136301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136301 is #EC9CFE. Grayscale: #404040. Windows color (decimal): -15506687 or 90899. OLE color: 90899.
HSL color Cylindrical-coordinate representation of color #136301: hue angle of 108.98º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136301 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.61 |
| HSL | 108.98º | 0.98% | 0.2% | - |
| HSV(B) | 108.98º | 0.99% | 0.39% | - |
| XYZ | 4.74 | 9.06 | 1.53 | - |
| YUV | 63.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 1 | 0.81 | 0 | 0.99 | 0.61 | 108.98 | 0.98 | 0.2 |
| Hex | 13 | 63 | 1 | 51 | 0 | 63 | 3D | 6D | 62 | 14 |
| Octal | 23 | 143 | 1 | 121 | 0 | 143 | 75 | 155 | 142 | 24 |
| Binary | 10011 | 1100011 | 1 | 1010001 | 0 | 1100011 | 111101 | 1101101 | 1100010 | 10100 |
Color Harmonies of #136301
Complementary color
Monochromatic Colors of #136301
Black with #136301
Text Example
Text Example
White with #136301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136301; }
p { color: rgb(19,99,1); }
H1.HeaderClassName
{
color: #136301;
}
.AnyTagClassName
{
color: #136301;
}
</style>
background-color css
<style>
a { background-color: #136301; }
a { background-color: rgb(19,99,1); }
div.DivClassName
{
background-color: #136301;
}
.BgClassName
{
background-color: #136301;
}
</style>
border-color css
<style>
span { border-color: #136301; }
span { border-color: rgb(19,99,1); }
td.TdClassName
{
border-color: #136301;
}
.TagClassName
{
border-color: #136301;
}
</style>