Shades of Shamrock Green #03955B
Tints of Shamrock Green #03955B
RGB
CMYK
RGB Variations
Color information
#03955B (or 0x03955B) is known color: Shamrock Green. HEX triplet: 03, 95 and 5B. RGB value is (3,149,91). Sum of RGB (Red+Green+Blue) = 3+149+91=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #03955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03955B is #FC6AA4. Grayscale: #626262. Windows color (decimal): -16542373 or 6001923. OLE color: 6001923.
HSL color Cylindrical-coordinate representation of color #03955B: hue angle of 156.16º 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 #03955B is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 91 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.42 |
| HSL | 156.16º | 0.96% | 0.3% | - |
| HSV(B) | 156.16º | 0.98% | 0.58% | - |
| XYZ | 12.67 | 22.27 | 13.53 | - |
| YUV | 98.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 91 | 0.98 | 0 | 0.39 | 0.42 | 156.16 | 0.96 | 0.3 |
| Hex | 3 | 95 | 5B | 62 | 0 | 27 | 2A | 9C | 60 | 1E |
| Octal | 3 | 225 | 133 | 142 | 0 | 47 | 52 | 234 | 140 | 36 |
| Binary | 11 | 10010101 | 1011011 | 1100010 | 0 | 100111 | 101010 | 10011100 | 1100000 | 11110 |
Color Harmonies of #03955B
Complementary color
Monochromatic Colors of #03955B
Black with #03955B
Text Example
Text Example
White with #03955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03955B; }
p { color: rgb(3,149,91); }
H1.HeaderClassName
{
color: #03955B;
}
.AnyTagClassName
{
color: #03955B;
}
</style>
background-color css
<style>
a { background-color: #03955B; }
a { background-color: rgb(3,149,91); }
div.DivClassName
{
background-color: #03955B;
}
.BgClassName
{
background-color: #03955B;
}
</style>
border-color css
<style>
span { border-color: #03955B; }
span { border-color: rgb(3,149,91); }
td.TdClassName
{
border-color: #03955B;
}
.TagClassName
{
border-color: #03955B;
}
</style>