#048E5D

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

Shades of Shamrock Green #048E5D

Tints of Shamrock Green #048E5D

Color information

#048E5D (or 0x048E5D) is unknown color: approx Shamrock Green. HEX triplet: 04, 8E and 5D. RGB value is (4,142,93). Sum of RGB (Red+Green+Blue) = 4+142+93=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 142 (55.86% from 255 or 59.41% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 142 - color contains mainly: green. Hex color #048E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E5D is #FB71A2. Grayscale: #5F5F5F. Windows color (decimal): -16478627 or 6131204. OLE color: 6131204.

HSL color Cylindrical-coordinate representation of color #048E5D: hue angle of 158.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E5D is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB414293-
CMYK0.9700.350.44
HSL158.7º94.52%28.63%-
HSV(B)158.7º97.18%55.69%-
XYZ11.720.1613.63-
YUV95.15126.7862.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 142 (55.86% from 255) = 59.41%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=1.67%
G=59.41%
B=38.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142930.9700.350.44158.794.5228.63
Hex48E5D610232C9f5f1d
Octal42161351410435423713735
Binary1001000111010111011100001010001110110010011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048E5D; }

 p { color: rgb(4,142,93); }

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

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

 a { background-color: rgb(4,142,93); }

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

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

 span { border-color: rgb(4,142,93); }

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