#48C26A

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

Shades of Emerald #48C26A

Tints of Emerald #48C26A

Color information

#48C26A (or 0x48C26A) is unknown color: approx Emerald. HEX triplet: 48, C2 and 6A. RGB value is (72,194,106). Sum of RGB (Red+Green+Blue) = 72+194+106=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #48C26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C26A is #B73D95. Grayscale: #939393. Windows color (decimal): -12008854 or 6996552. OLE color: 6996552.

HSL color Cylindrical-coordinate representation of color #48C26A: hue angle of 136.72º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C26A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB72194106-
CMYK0.6300.450.24
HSL136.72º50%52.16%-
HSV(B)136.72º62.89%76.08%-
XYZ24.574120.26-
YUV147.49104.5874.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 194 (76.17% from 255) = 52.15%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=19.35%
G=52.15%
B=28.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721941060.6300.450.24136.725052.16
Hex48C26A3F02D18893234
Octal11030215277055302116264
Binary100100011000010110101011111101011011100010001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,106); }

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

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

 a { background-color: rgb(72,194,106); }

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

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

 span { border-color: rgb(72,194,106); }

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