Shades of Green #138606
Tints of Green #138606
RGB
CMYK
RGB Variations
Color information
#138606 (or 0x138606) is known color: Green. HEX triplet: 13, 86 and 06. RGB value is (19,134,6). Sum of RGB (Red+Green+Blue) = 19+134+6=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 134 (52.73% from 255 or 84.28% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 134 - color contains mainly: green. Hex color #138606 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138606 is #EC79F9. Grayscale: #555555. Windows color (decimal): -15497722 or 427539. OLE color: 427539.
HSL color Cylindrical-coordinate representation of color #138606: hue angle of 113.91º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #138606 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 6 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.47 |
| HSL | 113.91º | 0.91% | 0.27% | - |
| HSV(B) | 113.91º | 0.96% | 0.53% | - |
| XYZ | 8.83 | 17.2 | 3.03 | - |
| YUV | 85.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 6 | 0.86 | 0 | 0.96 | 0.47 | 113.91 | 0.91 | 0.27 |
| Hex | 13 | 86 | 6 | 56 | 0 | 60 | 2F | 72 | 5B | 1B |
| Octal | 23 | 206 | 6 | 126 | 0 | 140 | 57 | 162 | 133 | 33 |
| Binary | 10011 | 10000110 | 110 | 1010110 | 0 | 1100000 | 101111 | 1110010 | 1011011 | 11011 |
Color Harmonies of #138606
Complementary color
Monochromatic Colors of #138606
Black with #138606
Text Example
Text Example
White with #138606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138606; }
p { color: rgb(19,134,6); }
H1.HeaderClassName
{
color: #138606;
}
.AnyTagClassName
{
color: #138606;
}
</style>
background-color css
<style>
a { background-color: #138606; }
a { background-color: rgb(19,134,6); }
div.DivClassName
{
background-color: #138606;
}
.BgClassName
{
background-color: #138606;
}
</style>
border-color css
<style>
span { border-color: #138606; }
span { border-color: rgb(19,134,6); }
td.TdClassName
{
border-color: #138606;
}
.TagClassName
{
border-color: #138606;
}
</style>