Shades of Green #13750C
Tints of Green #13750C
RGB
CMYK
RGB Variations
Color information
#13750C (or 0x13750C) is known color: Green. HEX triplet: 13, 75 and 0C. RGB value is (19,117,12). Sum of RGB (Red+Green+Blue) = 19+117+12=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #13750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13750C is #EC8AF3. Grayscale: #4C4C4C. Windows color (decimal): -15502068 or 816403. OLE color: 816403.
HSL color Cylindrical-coordinate representation of color #13750C: hue angle of 116º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13750C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 12 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.54 |
| HSL | 116º | 0.81% | 0.25% | - |
| HSV(B) | 116º | 0.9% | 0.46% | - |
| XYZ | 6.7 | 12.89 | 2.48 | - |
| YUV | 75.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 12 | 0.84 | 0 | 0.90 | 0.54 | 116 | 0.81 | 0.25 |
| Hex | 13 | 75 | C | 54 | 0 | 5A | 36 | 74 | 51 | 19 |
| Octal | 23 | 165 | 14 | 124 | 0 | 132 | 66 | 164 | 121 | 31 |
| Binary | 10011 | 1110101 | 1100 | 1010100 | 0 | 1011010 | 110110 | 1110100 | 1010001 | 11001 |
Color Harmonies of #13750C
Complementary color
Monochromatic Colors of #13750C
Black with #13750C
Text Example
Text Example
White with #13750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13750C; }
p { color: rgb(19,117,12); }
H1.HeaderClassName
{
color: #13750C;
}
.AnyTagClassName
{
color: #13750C;
}
</style>
background-color css
<style>
a { background-color: #13750C; }
a { background-color: rgb(19,117,12); }
div.DivClassName
{
background-color: #13750C;
}
.BgClassName
{
background-color: #13750C;
}
</style>
border-color css
<style>
span { border-color: #13750C; }
span { border-color: rgb(19,117,12); }
td.TdClassName
{
border-color: #13750C;
}
.TagClassName
{
border-color: #13750C;
}
</style>