Shades of Dark Pastel Green #13A63B
Tints of Dark Pastel Green #13A63B
RGB
CMYK
RGB Variations
Color information
#13A63B (or 0x13A63B) is known color: Dark Pastel Green. HEX triplet: 13, A6 and 3B. RGB value is (19,166,59). Sum of RGB (Red+Green+Blue) = 19+166+59=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #13A63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A63B is #EC59C4. Grayscale: #6E6E6E. Windows color (decimal): -15489477 or 3909139. OLE color: 3909139.
HSL color Cylindrical-coordinate representation of color #13A63B: hue angle of 136.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A63B is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 166 | 59 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.35 |
| HSL | 136.33º | 0.79% | 0.36% | - |
| HSV(B) | 136.33º | 0.89% | 0.65% | - |
| XYZ | 14.69 | 27.73 | 8.71 | - |
| YUV | 109.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 59 | 0.89 | 0 | 0.64 | 0.35 | 136.33 | 0.79 | 0.36 |
| Hex | 13 | A6 | 3B | 59 | 0 | 40 | 23 | 88 | 4F | 24 |
| Octal | 23 | 246 | 73 | 131 | 0 | 100 | 43 | 210 | 117 | 44 |
| Binary | 10011 | 10100110 | 111011 | 1011001 | 0 | 1000000 | 100011 | 10001000 | 1001111 | 100100 |
Color Harmonies of #13A63B
Complementary color
Monochromatic Colors of #13A63B
Black with #13A63B
Text Example
Text Example
White with #13A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A63B; }
p { color: rgb(19,166,59); }
H1.HeaderClassName
{
color: #13A63B;
}
.AnyTagClassName
{
color: #13A63B;
}
</style>
background-color css
<style>
a { background-color: #13A63B; }
a { background-color: rgb(19,166,59); }
div.DivClassName
{
background-color: #13A63B;
}
.BgClassName
{
background-color: #13A63B;
}
</style>
border-color css
<style>
span { border-color: #13A63B; }
span { border-color: rgb(19,166,59); }
td.TdClassName
{
border-color: #13A63B;
}
.TagClassName
{
border-color: #13A63B;
}
</style>