Shades of Green #136C03
Tints of Green #136C03
RGB
CMYK
RGB Variations
Color information
#136C03 (or 0x136C03) is known color: Green. HEX triplet: 13, 6C and 03. RGB value is (19,108,3). Sum of RGB (Red+Green+Blue) = 19+108+3=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 108 (42.58% from 255 or 83.08% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 108 - color contains mainly: green. Hex color #136C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136C03 is #EC93FC. Grayscale: #454545. Windows color (decimal): -15504381 or 224275. OLE color: 224275.
HSL color Cylindrical-coordinate representation of color #136C03: hue angle of 110.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #136C03 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 3 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.58 |
| HSL | 110.86º | 0.95% | 0.22% | - |
| HSV(B) | 110.86º | 0.97% | 0.42% | - |
| XYZ | 5.65 | 10.87 | 1.89 | - |
| YUV | 69.42 | 90.51 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 3 | 0.82 | 0 | 0.97 | 0.58 | 110.86 | 0.95 | 0.22 |
| Hex | 13 | 6C | 3 | 52 | 0 | 61 | 3A | 6F | 5F | 16 |
| Octal | 23 | 154 | 3 | 122 | 0 | 141 | 72 | 157 | 137 | 26 |
| Binary | 10011 | 1101100 | 11 | 1010010 | 0 | 1100001 | 111010 | 1101111 | 1011111 | 10110 |
Color Harmonies of #136C03
Complementary color
Monochromatic Colors of #136C03
Black with #136C03
Text Example
Text Example
White with #136C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C03; }
p { color: rgb(19,108,3); }
H1.HeaderClassName
{
color: #136C03;
}
.AnyTagClassName
{
color: #136C03;
}
</style>
background-color css
<style>
a { background-color: #136C03; }
a { background-color: rgb(19,108,3); }
div.DivClassName
{
background-color: #136C03;
}
.BgClassName
{
background-color: #136C03;
}
</style>
border-color css
<style>
span { border-color: #136C03; }
span { border-color: rgb(19,108,3); }
td.TdClassName
{
border-color: #136C03;
}
.TagClassName
{
border-color: #136C03;
}
</style>