Html Css Color HEX #49C85C Emerald

📋 copy color: '#49C85C'

red 73 ◦ green 200 ◦ blue 92

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

Shades of Emerald #49C85C

Tints of Emerald #49C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.79%

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

R = 20%
G = 54.79%
B = 25.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#49C85C (or 0x49C85C) is known color: Emerald. HEX triplet: 49, C8 and 5C. RGB value is (73,200,92). Sum of RGB (Red+Green+Blue) = 73+200+92=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #49C85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C85C is #B637A3. Grayscale: #969696. Windows color (decimal): -11941796 or 6080585. OLE color: 6080585.

HSL color Cylindrical-coordinate representation of color #49C85C: hue angle of 128.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C85C is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 92 -
CMYK 0.64 0 0.54 0.22
HSL 128.98º 0.54% 0.54% -
HSV(B) 128.98º 0.64% 0.78% -
XYZ 25.33 43.5 17.19 -
YUV 149.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 73 200 92 0.64 0 0.54 0.22 128.98 0.54 0.54
Hex 49 C8 5C 40 0 36 16 81 36 36
Octal 111 310 134 100 0 66 26 201 66 66
Binary 1001001 11001000 1011100 1000000 0 110110 10110 10000001 110110 110110

Color Harmonies of #49C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C85C

Black with #49C85C

Text Example


Text Example

White with #49C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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