Shades of Pigment Green #13B155
Tints of Pigment Green #13B155
RGB
CMYK
RGB Variations
Color information
#13B155 (or 0x13B155) is known color: Pigment Green. HEX triplet: 13, B1 and 55. RGB value is (19,177,85). Sum of RGB (Red+Green+Blue) = 19+177+85=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #13B155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B155 is #EC4EAA. Grayscale: #777777. Windows color (decimal): -15486635 or 5615891. OLE color: 5615891.
HSL color Cylindrical-coordinate representation of color #13B155: hue angle of 145.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B155 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 85 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.31 |
| HSL | 145.06º | 0.81% | 0.38% | - |
| HSV(B) | 145.06º | 0.89% | 0.69% | - |
| XYZ | 17.63 | 32.24 | 13.89 | - |
| YUV | 119.27 | 108.65 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 85 | 0.89 | 0 | 0.52 | 0.31 | 145.06 | 0.81 | 0.38 |
| Hex | 13 | B1 | 55 | 59 | 0 | 34 | 1F | 91 | 51 | 26 |
| Octal | 23 | 261 | 125 | 131 | 0 | 64 | 37 | 221 | 121 | 46 |
| Binary | 10011 | 10110001 | 1010101 | 1011001 | 0 | 110100 | 11111 | 10010001 | 1010001 | 100110 |
Color Harmonies of #13B155
Complementary color
Monochromatic Colors of #13B155
Black with #13B155
Text Example
Text Example
White with #13B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B155; }
p { color: rgb(19,177,85); }
H1.HeaderClassName
{
color: #13B155;
}
.AnyTagClassName
{
color: #13B155;
}
</style>
background-color css
<style>
a { background-color: #13B155; }
a { background-color: rgb(19,177,85); }
div.DivClassName
{
background-color: #13B155;
}
.BgClassName
{
background-color: #13B155;
}
</style>
border-color css
<style>
span { border-color: #13B155; }
span { border-color: rgb(19,177,85); }
td.TdClassName
{
border-color: #13B155;
}
.TagClassName
{
border-color: #13B155;
}
</style>