Shades of Green #138508
Tints of Green #138508
RGB
CMYK
RGB Variations
Color information
#138508 (or 0x138508) is known color: Green. HEX triplet: 13, 85 and 08. RGB value is (19,133,8). Sum of RGB (Red+Green+Blue) = 19+133+8=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #138508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138508 is #EC7AF7. Grayscale: #555555. Windows color (decimal): -15497976 or 558355. OLE color: 558355.
HSL color Cylindrical-coordinate representation of color #138508: hue angle of 114.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138508 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 8 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.48 |
| HSL | 114.72º | 0.89% | 0.28% | - |
| HSV(B) | 114.72º | 0.94% | 0.52% | - |
| XYZ | 8.7 | 16.93 | 3.04 | - |
| YUV | 84.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 8 | 0.86 | 0 | 0.94 | 0.48 | 114.72 | 0.89 | 0.28 |
| Hex | 13 | 85 | 8 | 56 | 0 | 5E | 30 | 73 | 59 | 1C |
| Octal | 23 | 205 | 10 | 126 | 0 | 136 | 60 | 163 | 131 | 34 |
| Binary | 10011 | 10000101 | 1000 | 1010110 | 0 | 1011110 | 110000 | 1110011 | 1011001 | 11100 |
Color Harmonies of #138508
Complementary color
Monochromatic Colors of #138508
Black with #138508
Text Example
Text Example
White with #138508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138508; }
p { color: rgb(19,133,8); }
H1.HeaderClassName
{
color: #138508;
}
.AnyTagClassName
{
color: #138508;
}
</style>
background-color css
<style>
a { background-color: #138508; }
a { background-color: rgb(19,133,8); }
div.DivClassName
{
background-color: #138508;
}
.BgClassName
{
background-color: #138508;
}
</style>
border-color css
<style>
span { border-color: #138508; }
span { border-color: rgb(19,133,8); }
td.TdClassName
{
border-color: #138508;
}
.TagClassName
{
border-color: #138508;
}
</style>