#48C06A

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

Shades of Emerald #48C06A

Tints of Emerald #48C06A

Color information

#48C06A (or 0x48C06A) is unknown color: approx Emerald. HEX triplet: 48, C0 and 6A. RGB value is (72,192,106). Sum of RGB (Red+Green+Blue) = 72+192+106=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #48C06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C06A is #B73F95. Grayscale: #929292. Windows color (decimal): -12009366 or 6996040. OLE color: 6996040.

HSL color Cylindrical-coordinate representation of color #48C06A: hue angle of 137º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C06A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB72192106-
CMYK0.6300.450.25
HSL137º48.78%51.76%-
HSV(B)137º62.5%75.29%-
XYZ24.1240.1220.11-
YUV146.32105.2474.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=19.46%
G=51.89%
B=28.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921060.6300.450.2513748.7851.76
Hex48C06A3F02D19893134
Octal11030015277055312116164
Binary100100011000000110101011111101011011100110001001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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