Shades of Shamrock Green #04965C
Tints of Shamrock Green #04965C
RGB
CMYK
RGB Variations
Color information
#04965C (or 0x04965C) is known color: Shamrock Green. HEX triplet: 04, 96 and 5C. RGB value is (4,150,92). Sum of RGB (Red+Green+Blue) = 4+150+92=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #04965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04965C is #FB69A3. Grayscale: #636363. Windows color (decimal): -16476580 or 6067716. OLE color: 6067716.
HSL color Cylindrical-coordinate representation of color #04965C: hue angle of 156.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04965C is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 92 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.41 |
| HSL | 156.16º | 0.95% | 0.3% | - |
| HSV(B) | 156.16º | 0.97% | 0.59% | - |
| XYZ | 12.89 | 22.61 | 13.81 | - |
| YUV | 99.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 92 | 0.97 | 0 | 0.39 | 0.41 | 156.16 | 0.95 | 0.3 |
| Hex | 4 | 96 | 5C | 61 | 0 | 27 | 29 | 9C | 5F | 1E |
| Octal | 4 | 226 | 134 | 141 | 0 | 47 | 51 | 234 | 137 | 36 |
| Binary | 100 | 10010110 | 1011100 | 1100001 | 0 | 100111 | 101001 | 10011100 | 1011111 | 11110 |
Color Harmonies of #04965C
Complementary color
Monochromatic Colors of #04965C
Black with #04965C
Text Example
Text Example
White with #04965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04965C; }
p { color: rgb(4,150,92); }
H1.HeaderClassName
{
color: #04965C;
}
.AnyTagClassName
{
color: #04965C;
}
</style>
background-color css
<style>
a { background-color: #04965C; }
a { background-color: rgb(4,150,92); }
div.DivClassName
{
background-color: #04965C;
}
.BgClassName
{
background-color: #04965C;
}
</style>
border-color css
<style>
span { border-color: #04965C; }
span { border-color: rgb(4,150,92); }
td.TdClassName
{
border-color: #04965C;
}
.TagClassName
{
border-color: #04965C;
}
</style>