#049555

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

Shades of Shamrock Green #049555

Tints of Shamrock Green #049555

Color information

#049555 (or 0x049555) is unknown color: approx Shamrock Green. HEX triplet: 04, 95 and 55. RGB value is (4,149,85). Sum of RGB (Red+Green+Blue) = 4+149+85=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #049555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049555 is #FB6AAA. Grayscale: #626262. Windows color (decimal): -16476843 or 5608708. OLE color: 5608708.

HSL color Cylindrical-coordinate representation of color #049555: hue angle of 153.52º 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 #049555 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB414985-
CMYK0.9700.430.42
HSL153.52º94.77%30%-
HSV(B)153.52º97.32%58.43%-
XYZ12.4422.1812.22-
YUV98.35120.4660.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 149 (58.59% from 255) = 62.61%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=1.68%
G=62.61%
B=35.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149850.9700.430.42153.5294.7730
Hex495556102B2A9a5f1e
Octal42251251410535223213736
Binary1001001010110101011100001010101110101010011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049555; }

 p { color: rgb(4,149,85); }

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

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

 a { background-color: rgb(4,149,85); }

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

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

 span { border-color: rgb(4,149,85); }

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