Html Css Color HEX #48C384 Emerald

📋 copy color: '#48C384'

red 72 ◦ green 195 ◦ blue 132

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

Shades of Emerald #48C384

Tints of Emerald #48C384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 18.05%
G = 48.87%
B = 33.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#48C384 (or 0x48C384) is known color: Emerald. HEX triplet: 48, C3 and 84. RGB value is (72,195,132). Sum of RGB (Red+Green+Blue) = 72+195+132=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #48C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C384 is #B73C7B. Grayscale: #979797. Windows color (decimal): -12008572 or 8700744. OLE color: 8700744.

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

Color convert

RGB 72 195 132 -
CMYK 0.63 0 0.32 0.24
HSL 149.27º 0.51% 0.52% -
HSV(B) 149.27º 0.63% 0.76% -
XYZ 26.35 42.07 28.56 -
YUV 151.04 117.25 71.62 -
System Red Green Blue C M Y K H S L
Decimal 72 195 132 0.63 0 0.32 0.24 149.27 0.51 0.52
Hex 48 C3 84 3F 0 20 18 95 33 34
Octal 110 303 204 77 0 40 30 225 63 64
Binary 1001000 11000011 10000100 111111 0 100000 11000 10010101 110011 110100

Color Harmonies of #48C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C384

Black with #48C384

Text Example


Text Example

White with #48C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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