Shades of Dark Pastel Green #13C545
Tints of Dark Pastel Green #13C545
RGB
CMYK
RGB Variations
Color information
#13C545 (or 0x13C545) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 45. RGB value is (19,197,69). Sum of RGB (Red+Green+Blue) = 19+197+69=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #13C545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C545 is #EC3ABA. Grayscale: #818181. Windows color (decimal): -15481531 or 4572435. OLE color: 4572435.
HSL color Cylindrical-coordinate representation of color #13C545: hue angle of 136.85º 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 #13C545 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 69 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.23 |
| HSL | 136.85º | 0.82% | 0.42% | - |
| HSV(B) | 136.85º | 0.9% | 0.77% | - |
| XYZ | 21.31 | 40.5 | 12.32 | - |
| YUV | 129.19 | 94.03 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 69 | 0.90 | 0 | 0.65 | 0.23 | 136.85 | 0.82 | 0.42 |
| Hex | 13 | C5 | 45 | 5A | 0 | 41 | 17 | 89 | 52 | 2A |
| Octal | 23 | 305 | 105 | 132 | 0 | 101 | 27 | 211 | 122 | 52 |
| Binary | 10011 | 11000101 | 1000101 | 1011010 | 0 | 1000001 | 10111 | 10001001 | 1010010 | 101010 |
Color Harmonies of #13C545
Complementary color
Monochromatic Colors of #13C545
Black with #13C545
Text Example
Text Example
White with #13C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C545; }
p { color: rgb(19,197,69); }
H1.HeaderClassName
{
color: #13C545;
}
.AnyTagClassName
{
color: #13C545;
}
</style>
background-color css
<style>
a { background-color: #13C545; }
a { background-color: rgb(19,197,69); }
div.DivClassName
{
background-color: #13C545;
}
.BgClassName
{
background-color: #13C545;
}
</style>
border-color css
<style>
span { border-color: #13C545; }
span { border-color: rgb(19,197,69); }
td.TdClassName
{
border-color: #13C545;
}
.TagClassName
{
border-color: #13C545;
}
</style>