Shades of Persian Green #13A58D
Tints of Persian Green #13A58D
RGB
CMYK
RGB Variations
Color information
#13A58D (or 0x13A58D) is known color: Persian Green. HEX triplet: 13, A5 and 8D. RGB value is (19,165,141). Sum of RGB (Red+Green+Blue) = 19+165+141=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #13A58D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A58D is #EC5A72. Grayscale: #767676. Windows color (decimal): -15489651 or 9282835. OLE color: 9282835.
HSL color Cylindrical-coordinate representation of color #13A58D: hue angle of 170.14º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A58D is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 165 | 141 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.35 |
| HSL | 170.14º | 0.79% | 0.36% | - |
| HSV(B) | 170.14º | 0.88% | 0.65% | - |
| XYZ | 18.53 | 28.97 | 29.81 | - |
| YUV | 118.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 165 | 141 | 0.88 | 0 | 0.15 | 0.35 | 170.14 | 0.79 | 0.36 |
| Hex | 13 | A5 | 8D | 58 | 0 | F | 23 | AA | 4F | 24 |
| Octal | 23 | 245 | 215 | 130 | 0 | 17 | 43 | 252 | 117 | 44 |
| Binary | 10011 | 10100101 | 10001101 | 1011000 | 0 | 1111 | 100011 | 10101010 | 1001111 | 100100 |
Color Harmonies of #13A58D
Complementary color
Monochromatic Colors of #13A58D
Black with #13A58D
Text Example
Text Example
White with #13A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A58D; }
p { color: rgb(19,165,141); }
H1.HeaderClassName
{
color: #13A58D;
}
.AnyTagClassName
{
color: #13A58D;
}
</style>
background-color css
<style>
a { background-color: #13A58D; }
a { background-color: rgb(19,165,141); }
div.DivClassName
{
background-color: #13A58D;
}
.BgClassName
{
background-color: #13A58D;
}
</style>
border-color css
<style>
span { border-color: #13A58D; }
span { border-color: rgb(19,165,141); }
td.TdClassName
{
border-color: #13A58D;
}
.TagClassName
{
border-color: #13A58D;
}
</style>