Shades of Pigment Green #109B3C
Tints of Pigment Green #109B3C
RGB
CMYK
RGB Variations
Color information
#109B3C (or 0x109B3C) is known color: Pigment Green. HEX triplet: 10, 9B and 3C. RGB value is (16,155,60). Sum of RGB (Red+Green+Blue) = 16+155+60=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #109B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109B3C is #EF64C3. Grayscale: #666666. Windows color (decimal): -15688900 or 3971856. OLE color: 3971856.
HSL color Cylindrical-coordinate representation of color #109B3C: hue angle of 138.99º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B3C is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 155 | 60 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.39 |
| HSL | 138.99º | 0.81% | 0.34% | - |
| HSV(B) | 138.99º | 0.9% | 0.61% | - |
| XYZ | 12.75 | 23.88 | 8.21 | - |
| YUV | 102.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 60 | 0.90 | 0 | 0.61 | 0.39 | 138.99 | 0.81 | 0.34 |
| Hex | 10 | 9B | 3C | 5A | 0 | 3D | 27 | 8B | 51 | 22 |
| Octal | 20 | 233 | 74 | 132 | 0 | 75 | 47 | 213 | 121 | 42 |
| Binary | 10000 | 10011011 | 111100 | 1011010 | 0 | 111101 | 100111 | 10001011 | 1010001 | 100010 |
Color Harmonies of #109B3C
Complementary color
Monochromatic Colors of #109B3C
Black with #109B3C
Text Example
Text Example
White with #109B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109B3C; }
p { color: rgb(16,155,60); }
H1.HeaderClassName
{
color: #109B3C;
}
.AnyTagClassName
{
color: #109B3C;
}
</style>
background-color css
<style>
a { background-color: #109B3C; }
a { background-color: rgb(16,155,60); }
div.DivClassName
{
background-color: #109B3C;
}
.BgClassName
{
background-color: #109B3C;
}
</style>
border-color css
<style>
span { border-color: #109B3C; }
span { border-color: rgb(16,155,60); }
td.TdClassName
{
border-color: #109B3C;
}
.TagClassName
{
border-color: #109B3C;
}
</style>