#049355

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

Shades of Shamrock Green #049355

Tints of Shamrock Green #049355

Color information

#049355 (or 0x049355) is unknown color: approx Shamrock Green. HEX triplet: 04, 93 and 55. RGB value is (4,147,85). Sum of RGB (Red+Green+Blue) = 4+147+85=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #049355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049355 is #FB6CAA. Grayscale: #616161. Windows color (decimal): -16477355 or 5608196. OLE color: 5608196.

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

Color convert

RGB414785-
CMYK0.9700.420.42
HSL153.99º94.7%29.61%-
HSV(B)153.99º97.28%57.65%-
XYZ12.1221.5512.11-
YUV97.18121.1261.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 147 (57.81% from 255) = 62.29%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=1.69%
G=62.29%
B=36.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4147850.9700.420.42153.9994.729.61
Hex493556102A2A9a5f1e
Octal42231251410525223213736
Binary1001001001110101011100001010101010101010011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049355; }

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

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

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

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

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

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

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

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