Shades of Shamrock Green #03905A
Tints of Shamrock Green #03905A
RGB
CMYK
RGB Variations
Color information
#03905A (or 0x03905A) is known color: Shamrock Green. HEX triplet: 03, 90 and 5A. RGB value is (3,144,90). Sum of RGB (Red+Green+Blue) = 3+144+90=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #03905A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03905A is #FC6FA5. Grayscale: #5F5F5F. Windows color (decimal): -16543654 or 5935107. OLE color: 5935107.
HSL color Cylindrical-coordinate representation of color #03905A: hue angle of 157.02º 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 #03905A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 90 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.44 |
| HSL | 157.02º | 0.96% | 0.29% | - |
| HSV(B) | 157.02º | 0.98% | 0.56% | - |
| XYZ | 11.86 | 20.7 | 13.04 | - |
| YUV | 95.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 90 | 0.98 | 0 | 0.37 | 0.44 | 157.02 | 0.96 | 0.29 |
| Hex | 3 | 90 | 5A | 62 | 0 | 25 | 2C | 9D | 60 | 1D |
| Octal | 3 | 220 | 132 | 142 | 0 | 45 | 54 | 235 | 140 | 35 |
| Binary | 11 | 10010000 | 1011010 | 1100010 | 0 | 100101 | 101100 | 10011101 | 1100000 | 11101 |
Color Harmonies of #03905A
Complementary color
Monochromatic Colors of #03905A
Black with #03905A
Text Example
Text Example
White with #03905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03905A; }
p { color: rgb(3,144,90); }
H1.HeaderClassName
{
color: #03905A;
}
.AnyTagClassName
{
color: #03905A;
}
</style>
background-color css
<style>
a { background-color: #03905A; }
a { background-color: rgb(3,144,90); }
div.DivClassName
{
background-color: #03905A;
}
.BgClassName
{
background-color: #03905A;
}
</style>
border-color css
<style>
span { border-color: #03905A; }
span { border-color: rgb(3,144,90); }
td.TdClassName
{
border-color: #03905A;
}
.TagClassName
{
border-color: #03905A;
}
</style>