Shades of Pigment Green #13B353
Tints of Pigment Green #13B353
RGB
CMYK
RGB Variations
Color information
#13B353 (or 0x13B353) is known color: Pigment Green. HEX triplet: 13, B3 and 53. RGB value is (19,179,83). Sum of RGB (Red+Green+Blue) = 19+179+83=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #13B353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B353 is #EC4CAC. Grayscale: #787878. Windows color (decimal): -15486125 or 5485331. OLE color: 5485331.
HSL color Cylindrical-coordinate representation of color #13B353: hue angle of 144º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B353 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 179 | 83 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.30 |
| HSL | 144º | 0.81% | 0.39% | - |
| HSV(B) | 144º | 0.89% | 0.7% | - |
| XYZ | 17.95 | 33 | 13.61 | - |
| YUV | 120.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 83 | 0.89 | 0 | 0.54 | 0.30 | 144 | 0.81 | 0.39 |
| Hex | 13 | B3 | 53 | 59 | 0 | 36 | 1E | 90 | 51 | 27 |
| Octal | 23 | 263 | 123 | 131 | 0 | 66 | 36 | 220 | 121 | 47 |
| Binary | 10011 | 10110011 | 1010011 | 1011001 | 0 | 110110 | 11110 | 10010000 | 1010001 | 100111 |
Color Harmonies of #13B353
Complementary color
Monochromatic Colors of #13B353
Black with #13B353
Text Example
Text Example
White with #13B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B353; }
p { color: rgb(19,179,83); }
H1.HeaderClassName
{
color: #13B353;
}
.AnyTagClassName
{
color: #13B353;
}
</style>
background-color css
<style>
a { background-color: #13B353; }
a { background-color: rgb(19,179,83); }
div.DivClassName
{
background-color: #13B353;
}
.BgClassName
{
background-color: #13B353;
}
</style>
border-color css
<style>
span { border-color: #13B353; }
span { border-color: rgb(19,179,83); }
td.TdClassName
{
border-color: #13B353;
}
.TagClassName
{
border-color: #13B353;
}
</style>