Shades of Pigment Green #13B55F
Tints of Pigment Green #13B55F
RGB
CMYK
RGB Variations
Color information
#13B55F (or 0x13B55F) is known color: Pigment Green. HEX triplet: 13, B5 and 5F. RGB value is (19,181,95). Sum of RGB (Red+Green+Blue) = 19+181+95=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #13B55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B55F is #EC4AA0. Grayscale: #7A7A7A. Windows color (decimal): -15485601 or 6272275. OLE color: 6272275.
HSL color Cylindrical-coordinate representation of color #13B55F: hue angle of 148.15º 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 #13B55F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 95 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.29 |
| HSL | 148.15º | 0.81% | 0.39% | - |
| HSV(B) | 148.15º | 0.9% | 0.71% | - |
| XYZ | 18.86 | 34.01 | 16.4 | - |
| YUV | 122.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 95 | 0.90 | 0 | 0.48 | 0.29 | 148.15 | 0.81 | 0.39 |
| Hex | 13 | B5 | 5F | 5A | 0 | 30 | 1D | 94 | 51 | 27 |
| Octal | 23 | 265 | 137 | 132 | 0 | 60 | 35 | 224 | 121 | 47 |
| Binary | 10011 | 10110101 | 1011111 | 1011010 | 0 | 110000 | 11101 | 10010100 | 1010001 | 100111 |
Color Harmonies of #13B55F
Complementary color
Monochromatic Colors of #13B55F
Black with #13B55F
Text Example
Text Example
White with #13B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B55F; }
p { color: rgb(19,181,95); }
H1.HeaderClassName
{
color: #13B55F;
}
.AnyTagClassName
{
color: #13B55F;
}
</style>
background-color css
<style>
a { background-color: #13B55F; }
a { background-color: rgb(19,181,95); }
div.DivClassName
{
background-color: #13B55F;
}
.BgClassName
{
background-color: #13B55F;
}
</style>
border-color css
<style>
span { border-color: #13B55F; }
span { border-color: rgb(19,181,95); }
td.TdClassName
{
border-color: #13B55F;
}
.TagClassName
{
border-color: #13B55F;
}
</style>