Shades of Dark Pastel Green #13B736
Tints of Dark Pastel Green #13B736
RGB
CMYK
RGB Variations
Color information
#13B736 (or 0x13B736) is known color: Dark Pastel Green. HEX triplet: 13, B7 and 36. RGB value is (19,183,54). Sum of RGB (Red+Green+Blue) = 19+183+54=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #13B736 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B736 is #EC48C9. Grayscale: #777777. Windows color (decimal): -15485130 or 3585811. OLE color: 3585811.
HSL color Cylindrical-coordinate representation of color #13B736: hue angle of 132.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B736 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 54 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.28 |
| HSL | 132.8º | 0.81% | 0.4% | - |
| HSV(B) | 132.8º | 0.9% | 0.72% | - |
| XYZ | 17.87 | 34.27 | 9.16 | - |
| YUV | 119.26 | 91.17 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 54 | 0.90 | 0 | 0.70 | 0.28 | 132.8 | 0.81 | 0.4 |
| Hex | 13 | B7 | 36 | 5A | 0 | 46 | 1C | 85 | 51 | 28 |
| Octal | 23 | 267 | 66 | 132 | 0 | 106 | 34 | 205 | 121 | 50 |
| Binary | 10011 | 10110111 | 110110 | 1011010 | 0 | 1000110 | 11100 | 10000101 | 1010001 | 101000 |
Color Harmonies of #13B736
Complementary color
Monochromatic Colors of #13B736
Black with #13B736
Text Example
Text Example
White with #13B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B736; }
p { color: rgb(19,183,54); }
H1.HeaderClassName
{
color: #13B736;
}
.AnyTagClassName
{
color: #13B736;
}
</style>
background-color css
<style>
a { background-color: #13B736; }
a { background-color: rgb(19,183,54); }
div.DivClassName
{
background-color: #13B736;
}
.BgClassName
{
background-color: #13B736;
}
</style>
border-color css
<style>
span { border-color: #13B736; }
span { border-color: rgb(19,183,54); }
td.TdClassName
{
border-color: #13B736;
}
.TagClassName
{
border-color: #13B736;
}
</style>