#48E491

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

Shades of Shamrock #48E491

Tints of Shamrock #48E491

Color information

#48E491 (or 0x48E491) is unknown color: approx Shamrock. HEX triplet: 48, E4 and 91. RGB value is (72,228,145). Sum of RGB (Red+Green+Blue) = 72+228+145=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #48E491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E491 is #B71B6E. Grayscale: #ACACAC. Windows color (decimal): -12000111 or 9561160. OLE color: 9561160.

HSL color Cylindrical-coordinate representation of color #48E491: hue angle of 148.08º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E491 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB72228145-
CMYK0.6800.360.11
HSL148.08º74.29%58.82%-
HSV(B)148.08º68.42%89.41%-
XYZ35.5358.9136.29-
YUV171.89112.8256.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.18%
GREEN value IS 228 (89.45% from 255) = 51.24%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=16.18%
G=51.24%
B=32.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722281450.6800.360.11148.0874.2958.82
Hex48E49144024B944a3b
Octal1103442211040441322411273
Binary10010001110010010010001100010001001001011100101001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E491; }

 p { color: rgb(72,228,145); }

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

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

 a { background-color: rgb(72,228,145); }

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

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

 span { border-color: rgb(72,228,145); }

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