#48C574

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

Shades of Emerald #48C574

Tints of Emerald #48C574

Color information

#48C574 (or 0x48C574) is unknown color: approx Emerald. HEX triplet: 48, C5 and 74. RGB value is (72,197,116). Sum of RGB (Red+Green+Blue) = 72+197+116=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #48C574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C574 is #B73A8B. Grayscale: #969696. Windows color (decimal): -12008076 or 7652680. OLE color: 7652680.

HSL color Cylindrical-coordinate representation of color #48C574: hue angle of 141.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C574 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB72197116-
CMYK0.6300.410.23
HSL141.12º51.87%52.75%-
HSV(B)141.12º63.45%77.25%-
XYZ25.7942.5723.38-
YUV150.39108.5972.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 197 (77.34% from 255) = 51.17%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=18.70%
G=51.17%
B=30.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721971160.6300.410.23141.1251.8752.75
Hex48C5743F029178d3435
Octal11030516477051272156465
Binary100100011000101111010011111101010011011110001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,197,116); }

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

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

 a { background-color: rgb(72,197,116); }

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

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

 span { border-color: rgb(72,197,116); }

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