Shades of Shamrock Green #039C5C
Tints of Shamrock Green #039C5C
RGB
CMYK
RGB Variations
Color information
#039C5C (or 0x039C5C) is known color: Shamrock Green. HEX triplet: 03, 9C and 5C. RGB value is (3,156,92). Sum of RGB (Red+Green+Blue) = 3+156+92=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #039C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039C5C is #FC63A3. Grayscale: #676767. Windows color (decimal): -16540580 or 6069251. OLE color: 6069251.
HSL color Cylindrical-coordinate representation of color #039C5C: hue angle of 154.9º 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 #039C5C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 92 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.39 |
| HSL | 154.9º | 0.96% | 0.31% | - |
| HSV(B) | 154.9º | 0.98% | 0.61% | - |
| XYZ | 13.86 | 24.57 | 14.14 | - |
| YUV | 102.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 92 | 0.98 | 0 | 0.41 | 0.39 | 154.9 | 0.96 | 0.31 |
| Hex | 3 | 9C | 5C | 62 | 0 | 29 | 27 | 9B | 60 | 1F |
| Octal | 3 | 234 | 134 | 142 | 0 | 51 | 47 | 233 | 140 | 37 |
| Binary | 11 | 10011100 | 1011100 | 1100010 | 0 | 101001 | 100111 | 10011011 | 1100000 | 11111 |
Color Harmonies of #039C5C
Complementary color
Monochromatic Colors of #039C5C
Black with #039C5C
Text Example
Text Example
White with #039C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C5C; }
p { color: rgb(3,156,92); }
H1.HeaderClassName
{
color: #039C5C;
}
.AnyTagClassName
{
color: #039C5C;
}
</style>
background-color css
<style>
a { background-color: #039C5C; }
a { background-color: rgb(3,156,92); }
div.DivClassName
{
background-color: #039C5C;
}
.BgClassName
{
background-color: #039C5C;
}
</style>
border-color css
<style>
span { border-color: #039C5C; }
span { border-color: rgb(3,156,92); }
td.TdClassName
{
border-color: #039C5C;
}
.TagClassName
{
border-color: #039C5C;
}
</style>