Shades of Green #138506
Tints of Green #138506
RGB
CMYK
RGB Variations
Color information
#138506 (or 0x138506) is known color: Green. HEX triplet: 13, 85 and 06. RGB value is (19,133,6). Sum of RGB (Red+Green+Blue) = 19+133+6=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #138506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138506 is #EC7AF9. Grayscale: #545454. Windows color (decimal): -15497978 or 427283. OLE color: 427283.
HSL color Cylindrical-coordinate representation of color #138506: hue angle of 113.86º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #138506 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 6 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.48 |
| HSL | 113.86º | 0.91% | 0.27% | - |
| HSV(B) | 113.86º | 0.95% | 0.52% | - |
| XYZ | 8.69 | 16.93 | 2.98 | - |
| YUV | 84.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 6 | 0.86 | 0 | 0.95 | 0.48 | 113.86 | 0.91 | 0.27 |
| Hex | 13 | 85 | 6 | 56 | 0 | 5F | 30 | 72 | 5B | 1B |
| Octal | 23 | 205 | 6 | 126 | 0 | 137 | 60 | 162 | 133 | 33 |
| Binary | 10011 | 10000101 | 110 | 1010110 | 0 | 1011111 | 110000 | 1110010 | 1011011 | 11011 |
Color Harmonies of #138506
Complementary color
Monochromatic Colors of #138506
Black with #138506
Text Example
Text Example
White with #138506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138506; }
p { color: rgb(19,133,6); }
H1.HeaderClassName
{
color: #138506;
}
.AnyTagClassName
{
color: #138506;
}
</style>
background-color css
<style>
a { background-color: #138506; }
a { background-color: rgb(19,133,6); }
div.DivClassName
{
background-color: #138506;
}
.BgClassName
{
background-color: #138506;
}
</style>
border-color css
<style>
span { border-color: #138506; }
span { border-color: rgb(19,133,6); }
td.TdClassName
{
border-color: #138506;
}
.TagClassName
{
border-color: #138506;
}
</style>