#48C38B

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

Shades of Emerald #48C38B

Tints of Emerald #48C38B

Color information

#48C38B (or 0x48C38B) is unknown color: approx Emerald. HEX triplet: 48, C3 and 8B. RGB value is (72,195,139). Sum of RGB (Red+Green+Blue) = 72+195+139=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #48C38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C38B is #B73C74. Grayscale: #979797. Windows color (decimal): -12008565 or 9159496. OLE color: 9159496.

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

Color convert

RGB72195139-
CMYK0.6300.290.24
HSL152.68º50.62%52.35%-
HSV(B)152.68º63.08%76.47%-
XYZ26.8542.2731.17-
YUV151.84120.7571.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=17.73%
G=48.03%
B=34.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951390.6300.290.24152.6850.6252.35
Hex48C38B3F01D18993334
Octal11030321377035302316364
Binary100100011000011100010111111110111011100010011001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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