Shades of Shamrock Green #03955A
Tints of Shamrock Green #03955A
RGB
CMYK
RGB Variations
Color information
#03955A (or 0x03955A) is known color: Shamrock Green. HEX triplet: 03, 95 and 5A. RGB value is (3,149,90). Sum of RGB (Red+Green+Blue) = 3+149+90=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #03955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03955A is #FC6AA5. Grayscale: #626262. Windows color (decimal): -16542374 or 5936387. OLE color: 5936387.
HSL color Cylindrical-coordinate representation of color #03955A: hue angle of 155.75º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03955A is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 90 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.42 |
| HSL | 155.75º | 0.96% | 0.3% | - |
| HSV(B) | 155.75º | 0.98% | 0.58% | - |
| XYZ | 12.63 | 22.25 | 13.3 | - |
| YUV | 98.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 90 | 0.98 | 0 | 0.40 | 0.42 | 155.75 | 0.96 | 0.3 |
| Hex | 3 | 95 | 5A | 62 | 0 | 28 | 2A | 9C | 60 | 1E |
| Octal | 3 | 225 | 132 | 142 | 0 | 50 | 52 | 234 | 140 | 36 |
| Binary | 11 | 10010101 | 1011010 | 1100010 | 0 | 101000 | 101010 | 10011100 | 1100000 | 11110 |
Color Harmonies of #03955A
Complementary color
Monochromatic Colors of #03955A
Black with #03955A
Text Example
Text Example
White with #03955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03955A; }
p { color: rgb(3,149,90); }
H1.HeaderClassName
{
color: #03955A;
}
.AnyTagClassName
{
color: #03955A;
}
</style>
background-color css
<style>
a { background-color: #03955A; }
a { background-color: rgb(3,149,90); }
div.DivClassName
{
background-color: #03955A;
}
.BgClassName
{
background-color: #03955A;
}
</style>
border-color css
<style>
span { border-color: #03955A; }
span { border-color: rgb(3,149,90); }
td.TdClassName
{
border-color: #03955A;
}
.TagClassName
{
border-color: #03955A;
}
</style>