#48C381

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

Shades of Emerald #48C381

Tints of Emerald #48C381

Color information

#48C381 (or 0x48C381) is unknown color: approx Emerald. HEX triplet: 48, C3 and 81. RGB value is (72,195,129). Sum of RGB (Red+Green+Blue) = 72+195+129=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #48C381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C381 is #B73C7E. Grayscale: #969696. Windows color (decimal): -12008575 or 8504136. OLE color: 8504136.

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

Color convert

RGB72195129-
CMYK0.6300.340.24
HSL147.8º50.62%52.35%-
HSV(B)147.8º63.08%76.47%-
XYZ26.1541.9927.5-
YUV150.7115.7571.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=18.18%
G=49.24%
B=32.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951290.6300.340.24147.850.6252.35
Hex48C3813F02218943334
Octal11030320177042302246364
Binary1001000110000111000000111111101000101100010010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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