Shades of Dark Pastel Green #13B735
Tints of Dark Pastel Green #13B735
RGB
CMYK
RGB Variations
Color information
#13B735 (or 0x13B735) is known color: Dark Pastel Green. HEX triplet: 13, B7 and 35. RGB value is (19,183,53). Sum of RGB (Red+Green+Blue) = 19+183+53=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #13B735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B735 is #EC48CA. Grayscale: #777777. Windows color (decimal): -15485131 or 3520275. OLE color: 3520275.
HSL color Cylindrical-coordinate representation of color #13B735: hue angle of 132.44º 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 #13B735 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 53 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.28 |
| HSL | 132.44º | 0.81% | 0.4% | - |
| HSV(B) | 132.44º | 0.9% | 0.72% | - |
| XYZ | 17.84 | 34.26 | 9.04 | - |
| YUV | 119.14 | 90.67 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 53 | 0.90 | 0 | 0.71 | 0.28 | 132.44 | 0.81 | 0.4 |
| Hex | 13 | B7 | 35 | 5A | 0 | 47 | 1C | 84 | 51 | 28 |
| Octal | 23 | 267 | 65 | 132 | 0 | 107 | 34 | 204 | 121 | 50 |
| Binary | 10011 | 10110111 | 110101 | 1011010 | 0 | 1000111 | 11100 | 10000100 | 1010001 | 101000 |
Color Harmonies of #13B735
Complementary color
Monochromatic Colors of #13B735
Black with #13B735
Text Example
Text Example
White with #13B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B735; }
p { color: rgb(19,183,53); }
H1.HeaderClassName
{
color: #13B735;
}
.AnyTagClassName
{
color: #13B735;
}
</style>
background-color css
<style>
a { background-color: #13B735; }
a { background-color: rgb(19,183,53); }
div.DivClassName
{
background-color: #13B735;
}
.BgClassName
{
background-color: #13B735;
}
</style>
border-color css
<style>
span { border-color: #13B735; }
span { border-color: rgb(19,183,53); }
td.TdClassName
{
border-color: #13B735;
}
.TagClassName
{
border-color: #13B735;
}
</style>