#049460

Color #049460 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #049460

Tints of Shamrock Green #049460

Color information

#049460 (or 0x049460) is unknown color: approx Shamrock Green. HEX triplet: 04, 94 and 60. RGB value is (4,148,96). Sum of RGB (Red+Green+Blue) = 4+148+96=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #049460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049460 is #FB6B9F. Grayscale: #636363. Windows color (decimal): -16477088 or 6329348. OLE color: 6329348.

HSL color Cylindrical-coordinate representation of color #049460: hue angle of 158.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049460 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB414896-
CMYK0.9700.350.42
HSL158.33º94.74%29.8%-
HSV(B)158.33º97.3%58.04%-
XYZ12.7522.0514.65-
YUV99.02126.2960.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=1.61%
G=59.68%
B=38.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148960.9700.350.42158.3394.7429.8
Hex49460610232A9e5f1e
Octal42241401410435223613736
Binary1001001010011000001100001010001110101010011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049460; }

 p { color: rgb(4,148,96); }

 H1.HeaderClassName
 {
   color: #049460;
 }
 .AnyTagClassName
 {
   color: #049460;
 }
</style>
background-color css

<style>
 a { background-color: #049460; }

 a { background-color: rgb(4,148,96); }

 div.DivClassName
 {
   background-color: #049460;
 }
 .BgClassName
 {
   background-color: #049460;
 }
</style>
border-color css

<style>
 span { border-color: #049460; }

 span { border-color: rgb(4,148,96); }

 td.TdClassName
 {
   border-color: #049460;
 }
 .TagClassName
 {
   border-color: #049460;
 }
</style>