Shades of Pigment Green #109346
Tints of Pigment Green #109346
RGB
CMYK
RGB Variations
Color information
#109346 (or 0x109346) is known color: Pigment Green. HEX triplet: 10, 93 and 46. RGB value is (16,147,70). Sum of RGB (Red+Green+Blue) = 16+147+70=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #109346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109346 is #EF6CB9. Grayscale: #636363. Windows color (decimal): -15690938 or 4625168. OLE color: 4625168.
HSL color Cylindrical-coordinate representation of color #109346: hue angle of 144.73º 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 #109346 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 70 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.42 |
| HSL | 144.73º | 0.8% | 0.32% | - |
| HSV(B) | 144.73º | 0.89% | 0.58% | - |
| XYZ | 11.75 | 21.42 | 9.31 | - |
| YUV | 99.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 70 | 0.89 | 0 | 0.52 | 0.42 | 144.73 | 0.8 | 0.32 |
| Hex | 10 | 93 | 46 | 59 | 0 | 34 | 2A | 91 | 50 | 20 |
| Octal | 20 | 223 | 106 | 131 | 0 | 64 | 52 | 221 | 120 | 40 |
| Binary | 10000 | 10010011 | 1000110 | 1011001 | 0 | 110100 | 101010 | 10010001 | 1010000 | 100000 |
Color Harmonies of #109346
Complementary color
Monochromatic Colors of #109346
Black with #109346
Text Example
Text Example
White with #109346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109346; }
p { color: rgb(16,147,70); }
H1.HeaderClassName
{
color: #109346;
}
.AnyTagClassName
{
color: #109346;
}
</style>
background-color css
<style>
a { background-color: #109346; }
a { background-color: rgb(16,147,70); }
div.DivClassName
{
background-color: #109346;
}
.BgClassName
{
background-color: #109346;
}
</style>
border-color css
<style>
span { border-color: #109346; }
span { border-color: rgb(16,147,70); }
td.TdClassName
{
border-color: #109346;
}
.TagClassName
{
border-color: #109346;
}
</style>