Shades of Green #13630A
Tints of Green #13630A
RGB
CMYK
RGB Variations
Color information
#13630A (or 0x13630A) is known color: Green. HEX triplet: 13, 63 and 0A. RGB value is (19,99,10). Sum of RGB (Red+Green+Blue) = 19+99+10=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #13630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13630A is #EC9CF5. Grayscale: #414141. Windows color (decimal): -15506678 or 680723. OLE color: 680723.
HSL color Cylindrical-coordinate representation of color #13630A: hue angle of 113.93º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13630A is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 10 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.61 |
| HSL | 113.93º | 0.82% | 0.21% | - |
| HSV(B) | 113.93º | 0.9% | 0.39% | - |
| XYZ | 4.79 | 9.08 | 1.79 | - |
| YUV | 64.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 10 | 0.81 | 0 | 0.90 | 0.61 | 113.93 | 0.82 | 0.21 |
| Hex | 13 | 63 | A | 51 | 0 | 5A | 3D | 72 | 52 | 15 |
| Octal | 23 | 143 | 12 | 121 | 0 | 132 | 75 | 162 | 122 | 25 |
| Binary | 10011 | 1100011 | 1010 | 1010001 | 0 | 1011010 | 111101 | 1110010 | 1010010 | 10101 |
Color Harmonies of #13630A
Complementary color
Monochromatic Colors of #13630A
Black with #13630A
Text Example
Text Example
White with #13630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13630A; }
p { color: rgb(19,99,10); }
H1.HeaderClassName
{
color: #13630A;
}
.AnyTagClassName
{
color: #13630A;
}
</style>
background-color css
<style>
a { background-color: #13630A; }
a { background-color: rgb(19,99,10); }
div.DivClassName
{
background-color: #13630A;
}
.BgClassName
{
background-color: #13630A;
}
</style>
border-color css
<style>
span { border-color: #13630A; }
span { border-color: rgb(19,99,10); }
td.TdClassName
{
border-color: #13630A;
}
.TagClassName
{
border-color: #13630A;
}
</style>