Html Css Color HEX #49CA8D Emerald

📋 copy color: '#49CA8D'

red 73 ◦ green 202 ◦ blue 141

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

Shades of Emerald #49CA8D

Tints of Emerald #49CA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 17.55%
G = 48.56%
B = 33.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#49CA8D (or 0x49CA8D) is known color: Emerald. HEX triplet: 49, CA and 8D. RGB value is (73,202,141). Sum of RGB (Red+Green+Blue) = 73+202+141=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA8D is #B63572. Grayscale: #9C9C9C. Windows color (decimal): -11941235 or 9292361. OLE color: 9292361.

HSL color Cylindrical-coordinate representation of color #49CA8D: hue angle of 151.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA8D is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 141 -
CMYK 0.64 0 0.30 0.21
HSL 151.63º 0.55% 0.54% -
HSV(B) 151.63º 0.64% 0.79% -
XYZ 28.68 45.58 32.49 -
YUV 156.48 119.26 68.46 -
System Red Green Blue C M Y K H S L
Decimal 73 202 141 0.64 0 0.30 0.21 151.63 0.55 0.54
Hex 49 CA 8D 40 0 1E 15 98 37 36
Octal 111 312 215 100 0 36 25 230 67 66
Binary 1001001 11001010 10001101 1000000 0 11110 10101 10011000 110111 110110

Color Harmonies of #49CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA8D

Black with #49CA8D

Text Example


Text Example

White with #49CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,141); }

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

background-color css

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

 a { background-color: rgb(73,202,141); }

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

border-color css

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

 span { border-color: rgb(73,202,141); }

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