Shades of Dark Pastel Green #13C336
Tints of Dark Pastel Green #13C336
RGB
CMYK
RGB Variations
Color information
#13C336 (or 0x13C336) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 36. RGB value is (19,195,54). Sum of RGB (Red+Green+Blue) = 19+195+54=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #13C336 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C336 is #EC3CC9. Grayscale: #7E7E7E. Windows color (decimal): -15482058 or 3588883. OLE color: 3588883.
HSL color Cylindrical-coordinate representation of color #13C336: hue angle of 131.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C336 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 54 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.24 |
| HSL | 131.93º | 0.82% | 0.42% | - |
| HSV(B) | 131.93º | 0.9% | 0.76% | - |
| XYZ | 20.45 | 39.44 | 10.02 | - |
| YUV | 126.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 54 | 0.90 | 0 | 0.72 | 0.24 | 131.93 | 0.82 | 0.42 |
| Hex | 13 | C3 | 36 | 5A | 0 | 48 | 18 | 84 | 52 | 2A |
| Octal | 23 | 303 | 66 | 132 | 0 | 110 | 30 | 204 | 122 | 52 |
| Binary | 10011 | 11000011 | 110110 | 1011010 | 0 | 1001000 | 11000 | 10000100 | 1010010 | 101010 |
Color Harmonies of #13C336
Complementary color
Monochromatic Colors of #13C336
Black with #13C336
Text Example
Text Example
White with #13C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C336; }
p { color: rgb(19,195,54); }
H1.HeaderClassName
{
color: #13C336;
}
.AnyTagClassName
{
color: #13C336;
}
</style>
background-color css
<style>
a { background-color: #13C336; }
a { background-color: rgb(19,195,54); }
div.DivClassName
{
background-color: #13C336;
}
.BgClassName
{
background-color: #13C336;
}
</style>
border-color css
<style>
span { border-color: #13C336; }
span { border-color: rgb(19,195,54); }
td.TdClassName
{
border-color: #13C336;
}
.TagClassName
{
border-color: #13C336;
}
</style>