Shades of Persian Green #039C85
Tints of Persian Green #039C85
RGB
CMYK
RGB Variations
Color information
#039C85 (or 0x039C85) is known color: Persian Green. HEX triplet: 03, 9C and 85. RGB value is (3,156,133). Sum of RGB (Red+Green+Blue) = 3+156+133=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #039C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039C85 is #FC637A. Grayscale: #6B6B6B. Windows color (decimal): -16540539 or 8756227. OLE color: 8756227.
HSL color Cylindrical-coordinate representation of color #039C85: hue angle of 170.98º 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 #039C85 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 133 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.39 |
| HSL | 170.98º | 0.96% | 0.31% | - |
| HSV(B) | 170.98º | 0.98% | 0.61% | - |
| XYZ | 16.16 | 25.49 | 26.26 | - |
| YUV | 107.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 133 | 0.98 | 0 | 0.15 | 0.39 | 170.98 | 0.96 | 0.31 |
| Hex | 3 | 9C | 85 | 62 | 0 | F | 27 | AB | 60 | 1F |
| Octal | 3 | 234 | 205 | 142 | 0 | 17 | 47 | 253 | 140 | 37 |
| Binary | 11 | 10011100 | 10000101 | 1100010 | 0 | 1111 | 100111 | 10101011 | 1100000 | 11111 |
Color Harmonies of #039C85
Complementary color
Monochromatic Colors of #039C85
Black with #039C85
Text Example
Text Example
White with #039C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C85; }
p { color: rgb(3,156,133); }
H1.HeaderClassName
{
color: #039C85;
}
.AnyTagClassName
{
color: #039C85;
}
</style>
background-color css
<style>
a { background-color: #039C85; }
a { background-color: rgb(3,156,133); }
div.DivClassName
{
background-color: #039C85;
}
.BgClassName
{
background-color: #039C85;
}
</style>
border-color css
<style>
span { border-color: #039C85; }
span { border-color: rgb(3,156,133); }
td.TdClassName
{
border-color: #039C85;
}
.TagClassName
{
border-color: #039C85;
}
</style>