Shades of Pigment Green #119538
Tints of Pigment Green #119538
RGB
CMYK
RGB Variations
Color information
#119538 (or 0x119538) is known color: Pigment Green. HEX triplet: 11, 95 and 38. RGB value is (17,149,56). Sum of RGB (Red+Green+Blue) = 17+149+56=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #119538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119538 is #EE6AC7. Grayscale: #636363. Windows color (decimal): -15624904 or 3708177. OLE color: 3708177.
HSL color Cylindrical-coordinate representation of color #119538: hue angle of 137.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119538 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 56 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.42 |
| HSL | 137.73º | 0.8% | 0.33% | - |
| HSV(B) | 137.73º | 0.89% | 0.58% | - |
| XYZ | 11.69 | 21.9 | 7.35 | - |
| YUV | 98.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 56 | 0.89 | 0 | 0.62 | 0.42 | 137.73 | 0.8 | 0.33 |
| Hex | 11 | 95 | 38 | 59 | 0 | 3E | 2A | 8A | 50 | 21 |
| Octal | 21 | 225 | 70 | 131 | 0 | 76 | 52 | 212 | 120 | 41 |
| Binary | 10001 | 10010101 | 111000 | 1011001 | 0 | 111110 | 101010 | 10001010 | 1010000 | 100001 |
Color Harmonies of #119538
Complementary color
Monochromatic Colors of #119538
Black with #119538
Text Example
Text Example
White with #119538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119538; }
p { color: rgb(17,149,56); }
H1.HeaderClassName
{
color: #119538;
}
.AnyTagClassName
{
color: #119538;
}
</style>
background-color css
<style>
a { background-color: #119538; }
a { background-color: rgb(17,149,56); }
div.DivClassName
{
background-color: #119538;
}
.BgClassName
{
background-color: #119538;
}
</style>
border-color css
<style>
span { border-color: #119538; }
span { border-color: rgb(17,149,56); }
td.TdClassName
{
border-color: #119538;
}
.TagClassName
{
border-color: #119538;
}
</style>