Shades of Pigment Green #019544
Tints of Pigment Green #019544
RGB
CMYK
RGB Variations
Color information
#019544 (or 0x019544) is known color: Pigment Green. HEX triplet: 01, 95 and 44. RGB value is (1,149,68). Sum of RGB (Red+Green+Blue) = 1+149+68=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #019544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019544 is #FE6ABB. Grayscale: #5F5F5F. Windows color (decimal): -16673468 or 4494593. OLE color: 4494593.
HSL color Cylindrical-coordinate representation of color #019544: hue angle of 147.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019544 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 68 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.42 |
| HSL | 147.16º | 0.99% | 0.29% | - |
| HSV(B) | 147.16º | 0.99% | 0.58% | - |
| XYZ | 11.8 | 21.92 | 9.08 | - |
| YUV | 95.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 68 | 0.99 | 0 | 0.54 | 0.42 | 147.16 | 0.99 | 0.29 |
| Hex | 1 | 95 | 44 | 63 | 0 | 36 | 2A | 93 | 63 | 1D |
| Octal | 1 | 225 | 104 | 143 | 0 | 66 | 52 | 223 | 143 | 35 |
| Binary | 1 | 10010101 | 1000100 | 1100011 | 0 | 110110 | 101010 | 10010011 | 1100011 | 11101 |
Color Harmonies of #019544
Complementary color
Monochromatic Colors of #019544
Black with #019544
Text Example
Text Example
White with #019544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019544; }
p { color: rgb(1,149,68); }
H1.HeaderClassName
{
color: #019544;
}
.AnyTagClassName
{
color: #019544;
}
</style>
background-color css
<style>
a { background-color: #019544; }
a { background-color: rgb(1,149,68); }
div.DivClassName
{
background-color: #019544;
}
.BgClassName
{
background-color: #019544;
}
</style>
border-color css
<style>
span { border-color: #019544; }
span { border-color: rgb(1,149,68); }
td.TdClassName
{
border-color: #019544;
}
.TagClassName
{
border-color: #019544;
}
</style>