Shades of Pigment Green #11B358
Tints of Pigment Green #11B358
RGB
CMYK
RGB Variations
Color information
#11B358 (or 0x11B358) is known color: Pigment Green. HEX triplet: 11, B3 and 58. RGB value is (17,179,88). Sum of RGB (Red+Green+Blue) = 17+179+88=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #11B358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B358 is #EE4CA7. Grayscale: #787878. Windows color (decimal): -15617192 or 5813009. OLE color: 5813009.
HSL color Cylindrical-coordinate representation of color #11B358: hue angle of 146.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B358 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 88 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.30 |
| HSL | 146.3º | 0.83% | 0.38% | - |
| HSV(B) | 146.3º | 0.91% | 0.7% | - |
| XYZ | 18.11 | 33.06 | 14.66 | - |
| YUV | 120.19 | 109.83 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 88 | 0.91 | 0 | 0.51 | 0.30 | 146.3 | 0.83 | 0.38 |
| Hex | 11 | B3 | 58 | 5B | 0 | 33 | 1E | 92 | 53 | 26 |
| Octal | 21 | 263 | 130 | 133 | 0 | 63 | 36 | 222 | 123 | 46 |
| Binary | 10001 | 10110011 | 1011000 | 1011011 | 0 | 110011 | 11110 | 10010010 | 1010011 | 100110 |
Color Harmonies of #11B358
Complementary color
Monochromatic Colors of #11B358
Black with #11B358
Text Example
Text Example
White with #11B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B358; }
p { color: rgb(17,179,88); }
H1.HeaderClassName
{
color: #11B358;
}
.AnyTagClassName
{
color: #11B358;
}
</style>
background-color css
<style>
a { background-color: #11B358; }
a { background-color: rgb(17,179,88); }
div.DivClassName
{
background-color: #11B358;
}
.BgClassName
{
background-color: #11B358;
}
</style>
border-color css
<style>
span { border-color: #11B358; }
span { border-color: rgb(17,179,88); }
td.TdClassName
{
border-color: #11B358;
}
.TagClassName
{
border-color: #11B358;
}
</style>