Html Css Color HEX #49C45C Emerald

📋 copy color: '#49C45C'

red 73 ◦ green 196 ◦ blue 92

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

Shades of Emerald #49C45C

Tints of Emerald #49C45C

RGB

 RED value IS 73 (28.91% from 255) = 20.22%

 GREEN value IS 196 (76.95% from 255) = 54.29%

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 20.22%
G = 54.29%
B = 25.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#49C45C (or 0x49C45C) is known color: Emerald. HEX triplet: 49, C4 and 5C. RGB value is (73,196,92). Sum of RGB (Red+Green+Blue) = 73+196+92=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #49C45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C45C is #B63BA3. Grayscale: #939393. Windows color (decimal): -11942820 or 6079561. OLE color: 6079561.

HSL color Cylindrical-coordinate representation of color #49C45C: hue angle of 129.27º degrees, saturation: 0.51, 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 #49C45C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 92 -
CMYK 0.63 0 0.53 0.23
HSL 129.27º 0.51% 0.53% -
HSV(B) 129.27º 0.63% 0.77% -
XYZ 24.42 41.67 16.88 -
YUV 147.37 96.75 74.96 -
System Red Green Blue C M Y K H S L
Decimal 73 196 92 0.63 0 0.53 0.23 129.27 0.51 0.53
Hex 49 C4 5C 3F 0 35 17 81 33 35
Octal 111 304 134 77 0 65 27 201 63 65
Binary 1001001 11000100 1011100 111111 0 110101 10111 10000001 110011 110101

Color Harmonies of #49C45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C45C

Black with #49C45C

Text Example


Text Example

White with #49C45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C45C; }

 p { color: rgb(73,196,92); }

 H1.HeaderClassName
 {
   color: #49C45C;
 }
 .AnyTagClassName
 {
   color: #49C45C;
 }
</style>

background-color css

<style>
 a { background-color: #49C45C; }

 a { background-color: rgb(73,196,92); }

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

border-color css

<style>
 span { border-color: #49C45C; }

 span { border-color: rgb(73,196,92); }

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