Shades of Persian Green #039B87
Tints of Persian Green #039B87
RGB
CMYK
RGB Variations
Color information
#039B87 (or 0x039B87) is known color: Persian Green. HEX triplet: 03, 9B and 87. RGB value is (3,155,135). Sum of RGB (Red+Green+Blue) = 3+155+135=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #039B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039B87 is #FC6478. Grayscale: #6B6B6B. Windows color (decimal): -16540793 or 8887043. OLE color: 8887043.
HSL color Cylindrical-coordinate representation of color #039B87: hue angle of 172.11º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039B87 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 135 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.39 |
| HSL | 172.11º | 0.96% | 0.31% | - |
| HSV(B) | 172.11º | 0.98% | 0.61% | - |
| XYZ | 16.13 | 25.21 | 26.94 | - |
| YUV | 107.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 135 | 0.98 | 0 | 0.13 | 0.39 | 172.11 | 0.96 | 0.31 |
| Hex | 3 | 9B | 87 | 62 | 0 | D | 27 | AC | 60 | 1F |
| Octal | 3 | 233 | 207 | 142 | 0 | 15 | 47 | 254 | 140 | 37 |
| Binary | 11 | 10011011 | 10000111 | 1100010 | 0 | 1101 | 100111 | 10101100 | 1100000 | 11111 |
Color Harmonies of #039B87
Complementary color
Monochromatic Colors of #039B87
Black with #039B87
Text Example
Text Example
White with #039B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B87; }
p { color: rgb(3,155,135); }
H1.HeaderClassName
{
color: #039B87;
}
.AnyTagClassName
{
color: #039B87;
}
</style>
background-color css
<style>
a { background-color: #039B87; }
a { background-color: rgb(3,155,135); }
div.DivClassName
{
background-color: #039B87;
}
.BgClassName
{
background-color: #039B87;
}
</style>
border-color css
<style>
span { border-color: #039B87; }
span { border-color: rgb(3,155,135); }
td.TdClassName
{
border-color: #039B87;
}
.TagClassName
{
border-color: #039B87;
}
</style>