Html Css Color HEX #48C373 Emerald

📋 copy color: '#48C373'

red 72 ◦ green 195 ◦ blue 115

#48C373
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #48C373

Tints of Emerald #48C373

RGB

 RED value IS 72 (28.52% from 255) = 18.85%

 GREEN value IS 195 (76.56% from 255) = 51.05%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 18.85%
G = 51.05%
B = 30.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#48C373 (or 0x48C373) is known color: Emerald. HEX triplet: 48, C3 and 73. RGB value is (72,195,115). Sum of RGB (Red+Green+Blue) = 72+195+115=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #48C373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C373 is #B73C8C. Grayscale: #959595. Windows color (decimal): -12008589 or 7586632. OLE color: 7586632.

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

Color convert

RGB 72 195 115 -
CMYK 0.63 0 0.41 0.24
HSL 140.98º 0.51% 0.52% -
HSV(B) 140.98º 0.63% 0.76% -
XYZ 25.28 41.65 22.93 -
YUV 149.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 72 195 115 0.63 0 0.41 0.24 140.98 0.51 0.52
Hex 48 C3 73 3F 0 29 18 8D 33 34
Octal 110 303 163 77 0 51 30 215 63 64
Binary 1001000 11000011 1110011 111111 0 101001 11000 10001101 110011 110100

Color Harmonies of #48C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C373

Black with #48C373

Text Example


Text Example

White with #48C373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48C373;
 }
 .AnyTagClassName
 {
   color: #48C373;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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