#48c45d

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

Shades of Emerald #48C45D

Tints of Emerald #48C45D

Color information

#48C45D (or 0x48C45D) is unknown color: approx Emerald. HEX triplet: 48, C4 and 5D. RGB value is (72,196,93). Sum of RGB (Red+Green+Blue) = 72+196+93=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #48C45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C45D is #B73BA2. Grayscale: #939393. Windows color (decimal): -12008355 or 6145096. OLE color: 6145096.

HSL color Cylindrical-coordinate representation of color #48C45D: hue angle of 130.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C45D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB7219693-
CMYK0.6300.530.23
HSL130.16º51.24%52.55%-
HSV(B)130.16º63.27%76.86%-
XYZ24.3941.6517.11-
YUV147.1897.4274.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 196 (76.95% from 255) = 54.29%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=19.94%
G=54.29%
B=25.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72196930.6300.530.23130.1651.2452.55
Hex48C45D3F03517823335
Octal11030413577065272026365
Binary100100011000100101110111111101101011011110000010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c45d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,196,93); }

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

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

 a { background-color: rgb(72,196,93); }

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

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

 span { border-color: rgb(72,196,93); }

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