Shades of Pigment Green #13953B
Tints of Pigment Green #13953B
RGB
CMYK
RGB Variations
Color information
#13953B (or 0x13953B) is known color: Pigment Green. HEX triplet: 13, 95 and 3B. RGB value is (19,149,59). Sum of RGB (Red+Green+Blue) = 19+149+59=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #13953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13953B is #EC6AC4. Grayscale: #646464. Windows color (decimal): -15493829 or 3904787. OLE color: 3904787.
HSL color Cylindrical-coordinate representation of color #13953B: hue angle of 138.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13953B is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 59 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.42 |
| HSL | 138.46º | 0.77% | 0.33% | - |
| HSV(B) | 138.46º | 0.87% | 0.58% | - |
| XYZ | 11.81 | 21.95 | 7.75 | - |
| YUV | 99.87 | 104.93 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 59 | 0.87 | 0 | 0.60 | 0.42 | 138.46 | 0.77 | 0.33 |
| Hex | 13 | 95 | 3B | 57 | 0 | 3C | 2A | 8A | 4D | 21 |
| Octal | 23 | 225 | 73 | 127 | 0 | 74 | 52 | 212 | 115 | 41 |
| Binary | 10011 | 10010101 | 111011 | 1010111 | 0 | 111100 | 101010 | 10001010 | 1001101 | 100001 |
Color Harmonies of #13953B
Complementary color
Monochromatic Colors of #13953B
Black with #13953B
Text Example
Text Example
White with #13953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13953B; }
p { color: rgb(19,149,59); }
H1.HeaderClassName
{
color: #13953B;
}
.AnyTagClassName
{
color: #13953B;
}
</style>
background-color css
<style>
a { background-color: #13953B; }
a { background-color: rgb(19,149,59); }
div.DivClassName
{
background-color: #13953B;
}
.BgClassName
{
background-color: #13953B;
}
</style>
border-color css
<style>
span { border-color: #13953B; }
span { border-color: rgb(19,149,59); }
td.TdClassName
{
border-color: #13953B;
}
.TagClassName
{
border-color: #13953B;
}
</style>