Shades of Pigment Green #13993C
Tints of Pigment Green #13993C
RGB
CMYK
RGB Variations
Color information
#13993C (or 0x13993C) is known color: Pigment Green. HEX triplet: 13, 99 and 3C. RGB value is (19,153,60). Sum of RGB (Red+Green+Blue) = 19+153+60=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #13993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13993C is #EC66C3. Grayscale: #666666. Windows color (decimal): -15492804 or 3971347. OLE color: 3971347.
HSL color Cylindrical-coordinate representation of color #13993C: hue angle of 138.36º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13993C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 60 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.4 |
| HSL | 138.36º | 0.78% | 0.34% | - |
| HSV(B) | 138.36º | 0.88% | 0.6% | - |
| XYZ | 12.48 | 23.25 | 8.1 | - |
| YUV | 102.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 60 | 0.88 | 0 | 0.61 | 0.4 | 138.36 | 0.78 | 0.34 |
| Hex | 13 | 99 | 3C | 58 | 0 | 3D | 28 | 8A | 4E | 22 |
| Octal | 23 | 231 | 74 | 130 | 0 | 75 | 50 | 212 | 116 | 42 |
| Binary | 10011 | 10011001 | 111100 | 1011000 | 0 | 111101 | 101000 | 10001010 | 1001110 | 100010 |
Color Harmonies of #13993C
Complementary color
Monochromatic Colors of #13993C
Black with #13993C
Text Example
Text Example
White with #13993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13993C; }
p { color: rgb(19,153,60); }
H1.HeaderClassName
{
color: #13993C;
}
.AnyTagClassName
{
color: #13993C;
}
</style>
background-color css
<style>
a { background-color: #13993C; }
a { background-color: rgb(19,153,60); }
div.DivClassName
{
background-color: #13993C;
}
.BgClassName
{
background-color: #13993C;
}
</style>
border-color css
<style>
span { border-color: #13993C; }
span { border-color: rgb(19,153,60); }
td.TdClassName
{
border-color: #13993C;
}
.TagClassName
{
border-color: #13993C;
}
</style>