#48C569

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

Shades of Emerald #48C569

Tints of Emerald #48C569

Color information

#48C569 (or 0x48C569) is unknown color: approx Emerald. HEX triplet: 48, C5 and 69. RGB value is (72,197,105). Sum of RGB (Red+Green+Blue) = 72+197+105=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #48C569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C569 is #B73A96. Grayscale: #959595. Windows color (decimal): -12008087 or 6931784. OLE color: 6931784.

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

Color convert

RGB72197105-
CMYK0.6300.470.23
HSL135.84º51.87%52.75%-
HSV(B)135.84º63.45%77.25%-
XYZ25.1942.3320.21-
YUV149.14103.0972.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 197 (77.34% from 255) = 52.67%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=19.25%
G=52.67%
B=28.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721971050.6300.470.23135.8451.8752.75
Hex48C5693F02F17883435
Octal11030515177057272106465
Binary100100011000101110100111111101011111011110001000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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