Shades of Green #13630C
Tints of Green #13630C
RGB
CMYK
RGB Variations
Color information
#13630C (or 0x13630C) is known color: Green. HEX triplet: 13, 63 and 0C. RGB value is (19,99,12). Sum of RGB (Red+Green+Blue) = 19+99+12=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #13630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13630C is #EC9CF3. Grayscale: #414141. Windows color (decimal): -15506676 or 811795. OLE color: 811795.
HSL color Cylindrical-coordinate representation of color #13630C: hue angle of 115.17º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13630C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 12 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.61 |
| HSL | 115.17º | 0.78% | 0.22% | - |
| HSV(B) | 115.17º | 0.88% | 0.39% | - |
| XYZ | 4.8 | 9.09 | 1.85 | - |
| YUV | 65.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 12 | 0.81 | 0 | 0.88 | 0.61 | 115.17 | 0.78 | 0.22 |
| Hex | 13 | 63 | C | 51 | 0 | 58 | 3D | 73 | 4E | 16 |
| Octal | 23 | 143 | 14 | 121 | 0 | 130 | 75 | 163 | 116 | 26 |
| Binary | 10011 | 1100011 | 1100 | 1010001 | 0 | 1011000 | 111101 | 1110011 | 1001110 | 10110 |
Color Harmonies of #13630C
Complementary color
Monochromatic Colors of #13630C
Black with #13630C
Text Example
Text Example
White with #13630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13630C; }
p { color: rgb(19,99,12); }
H1.HeaderClassName
{
color: #13630C;
}
.AnyTagClassName
{
color: #13630C;
}
</style>
background-color css
<style>
a { background-color: #13630C; }
a { background-color: rgb(19,99,12); }
div.DivClassName
{
background-color: #13630C;
}
.BgClassName
{
background-color: #13630C;
}
</style>
border-color css
<style>
span { border-color: #13630C; }
span { border-color: rgb(19,99,12); }
td.TdClassName
{
border-color: #13630C;
}
.TagClassName
{
border-color: #13630C;
}
</style>