#48C67D

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

Shades of Emerald #48C67D

Tints of Emerald #48C67D

Color information

#48C67D (or 0x48C67D) is unknown color: approx Emerald. HEX triplet: 48, C6 and 7D. RGB value is (72,198,125). Sum of RGB (Red+Green+Blue) = 72+198+125=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #48C67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C67D is #B73982. Grayscale: #989898. Windows color (decimal): -12007811 or 8242760. OLE color: 8242760.

HSL color Cylindrical-coordinate representation of color #48C67D: hue angle of 145.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C67D is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB72198125-
CMYK0.6400.370.22
HSL145.24º52.5%52.94%-
HSV(B)145.24º63.64%77.65%-
XYZ26.5743.2526.35-
YUV152112.7670.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=18.23%
G=50.13%
B=31.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721981250.6400.370.22145.2452.552.94
Hex48C67D4002516913535
Octal110306175100045262216565
Binary1001000110001101111101100000001001011011010010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,198,125); }

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

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

 a { background-color: rgb(72,198,125); }

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

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

 span { border-color: rgb(72,198,125); }

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