Shades of Dark Pastel Green #13B547
Tints of Dark Pastel Green #13B547
RGB
CMYK
RGB Variations
Color information
#13B547 (or 0x13B547) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 47. RGB value is (19,181,71). Sum of RGB (Red+Green+Blue) = 19+181+71=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 181 (71.09% from 255 or 66.79% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 181 - color contains mainly: green. Hex color #13B547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B547 is #EC4AB8. Grayscale: #787878. Windows color (decimal): -15485625 or 4699411. OLE color: 4699411.
HSL color Cylindrical-coordinate representation of color #13B547: hue angle of 139.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B547 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 71 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.29 |
| HSL | 139.26º | 0.81% | 0.39% | - |
| HSV(B) | 139.26º | 0.9% | 0.71% | - |
| XYZ | 17.93 | 33.64 | 11.51 | - |
| YUV | 120.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 71 | 0.90 | 0 | 0.61 | 0.29 | 139.26 | 0.81 | 0.39 |
| Hex | 13 | B5 | 47 | 5A | 0 | 3D | 1D | 8B | 51 | 27 |
| Octal | 23 | 265 | 107 | 132 | 0 | 75 | 35 | 213 | 121 | 47 |
| Binary | 10011 | 10110101 | 1000111 | 1011010 | 0 | 111101 | 11101 | 10001011 | 1010001 | 100111 |
Color Harmonies of #13B547
Complementary color
Monochromatic Colors of #13B547
Black with #13B547
Text Example
Text Example
White with #13B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B547; }
p { color: rgb(19,181,71); }
H1.HeaderClassName
{
color: #13B547;
}
.AnyTagClassName
{
color: #13B547;
}
</style>
background-color css
<style>
a { background-color: #13B547; }
a { background-color: rgb(19,181,71); }
div.DivClassName
{
background-color: #13B547;
}
.BgClassName
{
background-color: #13B547;
}
</style>
border-color css
<style>
span { border-color: #13B547; }
span { border-color: rgb(19,181,71); }
td.TdClassName
{
border-color: #13B547;
}
.TagClassName
{
border-color: #13B547;
}
</style>