Html Css Color HEX #48C374 Emerald

📋 copy color: '#48C374'

red 72 ◦ green 195 ◦ blue 116

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

Shades of Emerald #48C374

Tints of Emerald #48C374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 18.8%
G = 50.91%
B = 30.29%

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

#48C374 (or 0x48C374) is known color: Emerald. HEX triplet: 48, C3 and 74. RGB value is (72,195,116). Sum of RGB (Red+Green+Blue) = 72+195+116=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #48C374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C374 is #B73C8B. Grayscale: #959595. Windows color (decimal): -12008588 or 7652168. OLE color: 7652168.

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

Color convert

RGB 72 195 116 -
CMYK 0.63 0 0.41 0.24
HSL 141.46º 0.51% 0.52% -
HSV(B) 141.46º 0.63% 0.76% -
XYZ 25.34 41.67 23.23 -
YUV 149.22 109.25 72.92 -
System Red Green Blue C M Y K H S L
Decimal 72 195 116 0.63 0 0.41 0.24 141.46 0.51 0.52
Hex 48 C3 74 3F 0 29 18 8D 33 34
Octal 110 303 164 77 0 51 30 215 63 64
Binary 1001000 11000011 1110100 111111 0 101001 11000 10001101 110011 110100

Color Harmonies of #48C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C374

Black with #48C374

Text Example


Text Example

White with #48C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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