Shades of Shamrock Green #03945C
Tints of Shamrock Green #03945C
RGB
CMYK
RGB Variations
Color information
#03945C (or 0x03945C) is known color: Shamrock Green. HEX triplet: 03, 94 and 5C. RGB value is (3,148,92). Sum of RGB (Red+Green+Blue) = 3+148+92=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #03945C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03945C is #FC6BA3. Grayscale: #626262. Windows color (decimal): -16542628 or 6067203. OLE color: 6067203.
HSL color Cylindrical-coordinate representation of color #03945C: hue angle of 156.83º 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 #03945C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 92 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.42 |
| HSL | 156.83º | 0.96% | 0.3% | - |
| HSV(B) | 156.83º | 0.98% | 0.58% | - |
| XYZ | 12.56 | 21.97 | 13.7 | - |
| YUV | 98.26 | 124.46 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 92 | 0.98 | 0 | 0.38 | 0.42 | 156.83 | 0.96 | 0.3 |
| Hex | 3 | 94 | 5C | 62 | 0 | 26 | 2A | 9D | 60 | 1E |
| Octal | 3 | 224 | 134 | 142 | 0 | 46 | 52 | 235 | 140 | 36 |
| Binary | 11 | 10010100 | 1011100 | 1100010 | 0 | 100110 | 101010 | 10011101 | 1100000 | 11110 |
Color Harmonies of #03945C
Complementary color
Monochromatic Colors of #03945C
Black with #03945C
Text Example
Text Example
White with #03945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03945C; }
p { color: rgb(3,148,92); }
H1.HeaderClassName
{
color: #03945C;
}
.AnyTagClassName
{
color: #03945C;
}
</style>
background-color css
<style>
a { background-color: #03945C; }
a { background-color: rgb(3,148,92); }
div.DivClassName
{
background-color: #03945C;
}
.BgClassName
{
background-color: #03945C;
}
</style>
border-color css
<style>
span { border-color: #03945C; }
span { border-color: rgb(3,148,92); }
td.TdClassName
{
border-color: #03945C;
}
.TagClassName
{
border-color: #03945C;
}
</style>