Shades of Green #13820B
Tints of Green #13820B
RGB
CMYK
RGB Variations
Color information
#13820B (or 0x13820B) is known color: Green. HEX triplet: 13, 82 and 0B. RGB value is (19,130,11). Sum of RGB (Red+Green+Blue) = 19+130+11=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #13820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13820B is #EC7DF4. Grayscale: #535353. Windows color (decimal): -15498741 or 754195. OLE color: 754195.
HSL color Cylindrical-coordinate representation of color #13820B: hue angle of 115.97º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13820B is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 11 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.49 |
| HSL | 115.97º | 0.84% | 0.28% | - |
| HSV(B) | 115.97º | 0.92% | 0.51% | - |
| XYZ | 8.31 | 16.13 | 2.99 | - |
| YUV | 83.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 11 | 0.85 | 0 | 0.92 | 0.49 | 115.97 | 0.84 | 0.28 |
| Hex | 13 | 82 | B | 55 | 0 | 5C | 31 | 74 | 54 | 1C |
| Octal | 23 | 202 | 13 | 125 | 0 | 134 | 61 | 164 | 124 | 34 |
| Binary | 10011 | 10000010 | 1011 | 1010101 | 0 | 1011100 | 110001 | 1110100 | 1010100 | 11100 |
Color Harmonies of #13820B
Complementary color
Monochromatic Colors of #13820B
Black with #13820B
Text Example
Text Example
White with #13820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13820B; }
p { color: rgb(19,130,11); }
H1.HeaderClassName
{
color: #13820B;
}
.AnyTagClassName
{
color: #13820B;
}
</style>
background-color css
<style>
a { background-color: #13820B; }
a { background-color: rgb(19,130,11); }
div.DivClassName
{
background-color: #13820B;
}
.BgClassName
{
background-color: #13820B;
}
</style>
border-color css
<style>
span { border-color: #13820B; }
span { border-color: rgb(19,130,11); }
td.TdClassName
{
border-color: #13820B;
}
.TagClassName
{
border-color: #13820B;
}
</style>