#48C379

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

Shades of Emerald #48C379

Tints of Emerald #48C379

Color information

#48C379 (or 0x48C379) is unknown color: approx Emerald. HEX triplet: 48, C3 and 79. RGB value is (72,195,121). Sum of RGB (Red+Green+Blue) = 72+195+121=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #48C379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C379 is #B73C86. Grayscale: #959595. Windows color (decimal): -12008583 or 7979848. OLE color: 7979848.

HSL color Cylindrical-coordinate representation of color #48C379: hue angle of 143.9º degrees, saturation: 0.51, 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 #48C379 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB72195121-
CMYK0.6300.380.24
HSL143.9º50.62%52.35%-
HSV(B)143.9º63.08%76.47%-
XYZ25.6441.7924.8-
YUV149.79111.7572.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 195 (76.56% from 255) = 50.26%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=18.56%
G=50.26%
B=31.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951210.6300.380.24143.950.6252.35
Hex48C3793F02618903334
Octal11030317177046302206364
Binary100100011000011111100111111101001101100010010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,121); }

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

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

 a { background-color: rgb(72,195,121); }

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

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

 span { border-color: rgb(72,195,121); }

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