Shades of Shamrock Green #03905B
Tints of Shamrock Green #03905B
RGB
CMYK
RGB Variations
Color information
#03905B (or 0x03905B) is known color: Shamrock Green. HEX triplet: 03, 90 and 5B. RGB value is (3,144,91). Sum of RGB (Red+Green+Blue) = 3+144+91=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #03905B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03905B is #FC6FA4. Grayscale: #5F5F5F. Windows color (decimal): -16543653 or 6000643. OLE color: 6000643.
HSL color Cylindrical-coordinate representation of color #03905B: hue angle of 157.45º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03905B is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 91 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.44 |
| HSL | 157.45º | 0.96% | 0.29% | - |
| HSV(B) | 157.45º | 0.98% | 0.56% | - |
| XYZ | 11.9 | 20.72 | 13.27 | - |
| YUV | 95.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 91 | 0.98 | 0 | 0.37 | 0.44 | 157.45 | 0.96 | 0.29 |
| Hex | 3 | 90 | 5B | 62 | 0 | 25 | 2C | 9D | 60 | 1D |
| Octal | 3 | 220 | 133 | 142 | 0 | 45 | 54 | 235 | 140 | 35 |
| Binary | 11 | 10010000 | 1011011 | 1100010 | 0 | 100101 | 101100 | 10011101 | 1100000 | 11101 |
Color Harmonies of #03905B
Complementary color
Monochromatic Colors of #03905B
Black with #03905B
Text Example
Text Example
White with #03905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03905B; }
p { color: rgb(3,144,91); }
H1.HeaderClassName
{
color: #03905B;
}
.AnyTagClassName
{
color: #03905B;
}
</style>
background-color css
<style>
a { background-color: #03905B; }
a { background-color: rgb(3,144,91); }
div.DivClassName
{
background-color: #03905B;
}
.BgClassName
{
background-color: #03905B;
}
</style>
border-color css
<style>
span { border-color: #03905B; }
span { border-color: rgb(3,144,91); }
td.TdClassName
{
border-color: #03905B;
}
.TagClassName
{
border-color: #03905B;
}
</style>