Shades of Pigment Green #109448
Tints of Pigment Green #109448
RGB
CMYK
RGB Variations
Color information
#109448 (or 0x109448) is known color: Pigment Green. HEX triplet: 10, 94 and 48. RGB value is (16,148,72). Sum of RGB (Red+Green+Blue) = 16+148+72=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #109448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109448 is #EF6BB7. Grayscale: #646464. Windows color (decimal): -15690680 or 4756496. OLE color: 4756496.
HSL color Cylindrical-coordinate representation of color #109448: hue angle of 145.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109448 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 72 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.42 |
| HSL | 145.45º | 0.8% | 0.32% | - |
| HSV(B) | 145.45º | 0.89% | 0.58% | - |
| XYZ | 11.97 | 21.76 | 9.7 | - |
| YUV | 99.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 72 | 0.89 | 0 | 0.51 | 0.42 | 145.45 | 0.8 | 0.32 |
| Hex | 10 | 94 | 48 | 59 | 0 | 33 | 2A | 91 | 50 | 20 |
| Octal | 20 | 224 | 110 | 131 | 0 | 63 | 52 | 221 | 120 | 40 |
| Binary | 10000 | 10010100 | 1001000 | 1011001 | 0 | 110011 | 101010 | 10010001 | 1010000 | 100000 |
Color Harmonies of #109448
Complementary color
Monochromatic Colors of #109448
Black with #109448
Text Example
Text Example
White with #109448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109448; }
p { color: rgb(16,148,72); }
H1.HeaderClassName
{
color: #109448;
}
.AnyTagClassName
{
color: #109448;
}
</style>
background-color css
<style>
a { background-color: #109448; }
a { background-color: rgb(16,148,72); }
div.DivClassName
{
background-color: #109448;
}
.BgClassName
{
background-color: #109448;
}
</style>
border-color css
<style>
span { border-color: #109448; }
span { border-color: rgb(16,148,72); }
td.TdClassName
{
border-color: #109448;
}
.TagClassName
{
border-color: #109448;
}
</style>