Shades of Dark Green #132620
Tints of Dark Green #132620
RGB
CMYK
RGB Variations
Color information
#132620 (or 0x132620) is known color: Dark Green. HEX triplet: 13, 26 and 20. RGB value is (19,38,32). Sum of RGB (Red+Green+Blue) = 19+38+32=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #132620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132620 is #ECD9DF. Grayscale: #1F1F1F. Windows color (decimal): -15522272 or 2106899. OLE color: 2106899.
HSL color Cylindrical-coordinate representation of color #132620: hue angle of 161.05º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132620 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 32 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.85 |
| HSL | 161.05º | 0.33% | 0.11% | - |
| HSV(B) | 161.05º | 0.5% | 0.15% | - |
| XYZ | 1.22 | 1.63 | 1.62 | - |
| YUV | 31.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 32 | 0.50 | 0 | 0.16 | 0.85 | 161.05 | 0.33 | 0.11 |
| Hex | 13 | 26 | 20 | 32 | 0 | 10 | 55 | A1 | 21 | B |
| Octal | 23 | 46 | 40 | 62 | 0 | 20 | 125 | 241 | 41 | 13 |
| Binary | 10011 | 100110 | 100000 | 110010 | 0 | 10000 | 1010101 | 10100001 | 100001 | 1011 |
Color Harmonies of #132620
Complementary color
Monochromatic Colors of #132620
Black with #132620
Text Example
Text Example
White with #132620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132620; }
p { color: rgb(19,38,32); }
H1.HeaderClassName
{
color: #132620;
}
.AnyTagClassName
{
color: #132620;
}
</style>
background-color css
<style>
a { background-color: #132620; }
a { background-color: rgb(19,38,32); }
div.DivClassName
{
background-color: #132620;
}
.BgClassName
{
background-color: #132620;
}
</style>
border-color css
<style>
span { border-color: #132620; }
span { border-color: rgb(19,38,32); }
td.TdClassName
{
border-color: #132620;
}
.TagClassName
{
border-color: #132620;
}
</style>