#48D791

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

Shades of Shamrock #48D791

Tints of Shamrock #48D791

Color information

#48D791 (or 0x48D791) is unknown color: approx Shamrock. HEX triplet: 48, D7 and 91. RGB value is (72,215,145). Sum of RGB (Red+Green+Blue) = 72+215+145=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #48D791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D791 is #B7286E. Grayscale: #A4A4A4. Windows color (decimal): -12003439 or 9557832. OLE color: 9557832.

HSL color Cylindrical-coordinate representation of color #48D791: hue angle of 150.63º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D791 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB72215145-
CMYK0.6700.330.16
HSL150.63º64.13%56.27%-
HSV(B)150.63º66.51%84.31%-
XYZ32.0852.0235.14-
YUV164.26117.1262.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 215 (84.38% from 255) = 49.77%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=16.67%
G=49.77%
B=33.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722151450.6700.330.16150.6364.1356.27
Hex48D7914302110974038
Octal1103272211030412022710070
Binary100100011010111100100011000011010000110000100101111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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