#48C37F

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

Shades of Emerald #48C37F

Tints of Emerald #48C37F

Color information

#48C37F (or 0x48C37F) is unknown color: approx Emerald. HEX triplet: 48, C3 and 7F. RGB value is (72,195,127). Sum of RGB (Red+Green+Blue) = 72+195+127=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #48C37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C37F is #B73C80. Grayscale: #969696. Windows color (decimal): -12008577 or 8373064. OLE color: 8373064.

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

Color convert

RGB72195127-
CMYK0.6300.350.24
HSL146.83º50.62%52.35%-
HSV(B)146.83º63.08%76.47%-
XYZ26.0241.9426.8-
YUV150.47114.7572.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 195 (76.56% from 255) = 49.49%
BLUE value IS 127 (50% from 255) = 32.23%
R=18.27%
G=49.49%
B=32.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951270.6300.350.24146.8350.6252.35
Hex48C37F3F02318933334
Octal11030317777043302236364
Binary100100011000011111111111111101000111100010010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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