Shades of Shamrock Green #039D5D
Tints of Shamrock Green #039D5D
RGB
CMYK
RGB Variations
Color information
#039D5D (or 0x039D5D) is known color: Shamrock Green. HEX triplet: 03, 9D and 5D. RGB value is (3,157,93). Sum of RGB (Red+Green+Blue) = 3+157+93=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #039D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039D5D is #FC62A2. Grayscale: #676767. Windows color (decimal): -16540323 or 6135043. OLE color: 6135043.
HSL color Cylindrical-coordinate representation of color #039D5D: hue angle of 155.06º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039D5D is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 157 | 93 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.38 |
| HSL | 155.06º | 0.96% | 0.31% | - |
| HSV(B) | 155.06º | 0.98% | 0.62% | - |
| XYZ | 14.07 | 24.92 | 14.43 | - |
| YUV | 103.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 93 | 0.98 | 0 | 0.41 | 0.38 | 155.06 | 0.96 | 0.31 |
| Hex | 3 | 9D | 5D | 62 | 0 | 29 | 26 | 9B | 60 | 1F |
| Octal | 3 | 235 | 135 | 142 | 0 | 51 | 46 | 233 | 140 | 37 |
| Binary | 11 | 10011101 | 1011101 | 1100010 | 0 | 101001 | 100110 | 10011011 | 1100000 | 11111 |
Color Harmonies of #039D5D
Complementary color
Monochromatic Colors of #039D5D
Black with #039D5D
Text Example
Text Example
White with #039D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039D5D; }
p { color: rgb(3,157,93); }
H1.HeaderClassName
{
color: #039D5D;
}
.AnyTagClassName
{
color: #039D5D;
}
</style>
background-color css
<style>
a { background-color: #039D5D; }
a { background-color: rgb(3,157,93); }
div.DivClassName
{
background-color: #039D5D;
}
.BgClassName
{
background-color: #039D5D;
}
</style>
border-color css
<style>
span { border-color: #039D5D; }
span { border-color: rgb(3,157,93); }
td.TdClassName
{
border-color: #039D5D;
}
.TagClassName
{
border-color: #039D5D;
}
</style>