#049A5E

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

Shades of Shamrock Green #049A5E

Tints of Shamrock Green #049A5E

Color information

#049A5E (or 0x049A5E) is unknown color: approx Shamrock Green. HEX triplet: 04, 9A and 5E. RGB value is (4,154,94). Sum of RGB (Red+Green+Blue) = 4+154+94=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #049A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049A5E is #FB65A1. Grayscale: #666666. Windows color (decimal): -16475554 or 6199812. OLE color: 6199812.

HSL color Cylindrical-coordinate representation of color #049A5E: hue angle of 156º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A5E is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB415494-
CMYK0.9700.390.40
HSL156º94.94%30.98%-
HSV(B)156º97.4%60.39%-
XYZ13.6323.9514.49-
YUV102.31123.357.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 154 (60.55% from 255) = 61.11%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=1.59%
G=61.11%
B=37.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4154940.9700.390.4015694.9430.98
Hex49A5E61027289c5f1f
Octal42321361410475023413737
Binary1001001101010111101100001010011110100010011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049A5E; }

 p { color: rgb(4,154,94); }

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

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

 a { background-color: rgb(4,154,94); }

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

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

 span { border-color: rgb(4,154,94); }

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