Html Css Color HEX #49C288 Emerald

📋 copy color: '#49C288'

red 73 ◦ green 194 ◦ blue 136

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

Shades of Emerald #49C288

Tints of Emerald #49C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 18.11%
G = 48.14%
B = 33.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#49C288 (or 0x49C288) is known color: Emerald. HEX triplet: 49, C2 and 88. RGB value is (73,194,136). Sum of RGB (Red+Green+Blue) = 73+194+136=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #49C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C288 is #B63D77. Grayscale: #979797. Windows color (decimal): -11943288 or 8962633. OLE color: 8962633.

HSL color Cylindrical-coordinate representation of color #49C288: hue angle of 151.24º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C288 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 136 -
CMYK 0.62 0 0.30 0.24
HSL 151.24º 0.5% 0.52% -
HSV(B) 151.24º 0.62% 0.76% -
XYZ 26.48 41.78 29.96 -
YUV 151.21 119.41 72.22 -
System Red Green Blue C M Y K H S L
Decimal 73 194 136 0.62 0 0.30 0.24 151.24 0.5 0.52
Hex 49 C2 88 3E 0 1E 18 97 32 34
Octal 111 302 210 76 0 36 30 227 62 64
Binary 1001001 11000010 10001000 111110 0 11110 11000 10010111 110010 110100

Color Harmonies of #49C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C288

Black with #49C288

Text Example


Text Example

White with #49C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,136); }

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

background-color css

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

 a { background-color: rgb(73,194,136); }

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

border-color css

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

 span { border-color: rgb(73,194,136); }

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