#48D069

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

Shades of Emerald #48D069

Tints of Emerald #48D069

Color information

#48D069 (or 0x48D069) is unknown color: approx Emerald. HEX triplet: 48, D0 and 69. RGB value is (72,208,105). Sum of RGB (Red+Green+Blue) = 72+208+105=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #48D069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D069 is #B72F96. Grayscale: #9B9B9B. Windows color (decimal): -12005271 or 6934600. OLE color: 6934600.

HSL color Cylindrical-coordinate representation of color #48D069: hue angle of 134.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D069 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB72208105-
CMYK0.6500.500.18
HSL134.56º59.13%54.9%-
HSV(B)134.56º65.38%81.57%-
XYZ27.7847.5121.07-
YUV155.5999.4468.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=18.70%
G=54.03%
B=27.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722081050.6500.500.18134.5659.1354.9
Hex48D0694103212873b37
Octal110320151101062222077367
Binary1001000110100001101001100000101100101001010000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,208,105); }

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

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

 a { background-color: rgb(72,208,105); }

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

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

 span { border-color: rgb(72,208,105); }

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