Shades of Green #136B03
Tints of Green #136B03
RGB
CMYK
RGB Variations
Color information
#136B03 (or 0x136B03) is known color: Green. HEX triplet: 13, 6B and 03. RGB value is (19,107,3). Sum of RGB (Red+Green+Blue) = 19+107+3=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #136B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B03 is #EC94FC. Grayscale: #454545. Windows color (decimal): -15504637 or 224019. OLE color: 224019.
HSL color Cylindrical-coordinate representation of color #136B03: hue angle of 110.77º 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 #136B03 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 3 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.58 |
| HSL | 110.77º | 0.95% | 0.22% | - |
| HSV(B) | 110.77º | 0.97% | 0.42% | - |
| XYZ | 5.54 | 10.66 | 1.85 | - |
| YUV | 68.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 3 | 0.82 | 0 | 0.97 | 0.58 | 110.77 | 0.95 | 0.22 |
| Hex | 13 | 6B | 3 | 52 | 0 | 61 | 3A | 6F | 5F | 16 |
| Octal | 23 | 153 | 3 | 122 | 0 | 141 | 72 | 157 | 137 | 26 |
| Binary | 10011 | 1101011 | 11 | 1010010 | 0 | 1100001 | 111010 | 1101111 | 1011111 | 10110 |
Color Harmonies of #136B03
Complementary color
Monochromatic Colors of #136B03
Black with #136B03
Text Example
Text Example
White with #136B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B03; }
p { color: rgb(19,107,3); }
H1.HeaderClassName
{
color: #136B03;
}
.AnyTagClassName
{
color: #136B03;
}
</style>
background-color css
<style>
a { background-color: #136B03; }
a { background-color: rgb(19,107,3); }
div.DivClassName
{
background-color: #136B03;
}
.BgClassName
{
background-color: #136B03;
}
</style>
border-color css
<style>
span { border-color: #136B03; }
span { border-color: rgb(19,107,3); }
td.TdClassName
{
border-color: #136B03;
}
.TagClassName
{
border-color: #136B03;
}
</style>