Shades of Dark Pastel Green #13C548
Tints of Dark Pastel Green #13C548
RGB
CMYK
RGB Variations
Color information
#13C548 (or 0x13C548) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 48. RGB value is (19,197,72). Sum of RGB (Red+Green+Blue) = 19+197+72=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #13C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C548 is #EC3AB7. Grayscale: #818181. Windows color (decimal): -15481528 or 4769043. OLE color: 4769043.
HSL color Cylindrical-coordinate representation of color #13C548: hue angle of 137.87º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C548 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 72 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.23 |
| HSL | 137.87º | 0.82% | 0.42% | - |
| HSV(B) | 137.87º | 0.9% | 0.77% | - |
| XYZ | 21.4 | 40.54 | 12.83 | - |
| YUV | 129.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 72 | 0.90 | 0 | 0.63 | 0.23 | 137.87 | 0.82 | 0.42 |
| Hex | 13 | C5 | 48 | 5A | 0 | 3F | 17 | 8A | 52 | 2A |
| Octal | 23 | 305 | 110 | 132 | 0 | 77 | 27 | 212 | 122 | 52 |
| Binary | 10011 | 11000101 | 1001000 | 1011010 | 0 | 111111 | 10111 | 10001010 | 1010010 | 101010 |
Color Harmonies of #13C548
Complementary color
Monochromatic Colors of #13C548
Black with #13C548
Text Example
Text Example
White with #13C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C548; }
p { color: rgb(19,197,72); }
H1.HeaderClassName
{
color: #13C548;
}
.AnyTagClassName
{
color: #13C548;
}
</style>
background-color css
<style>
a { background-color: #13C548; }
a { background-color: rgb(19,197,72); }
div.DivClassName
{
background-color: #13C548;
}
.BgClassName
{
background-color: #13C548;
}
</style>
border-color css
<style>
span { border-color: #13C548; }
span { border-color: rgb(19,197,72); }
td.TdClassName
{
border-color: #13C548;
}
.TagClassName
{
border-color: #13C548;
}
</style>