Html Css Color HEX #49C362 Emerald

📋 copy color: '#49C362'

red 73 ◦ green 195 ◦ blue 98

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

Shades of Emerald #49C362

Tints of Emerald #49C362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 19.95%
G = 53.28%
B = 26.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#49C362 (or 0x49C362) is known color: Emerald. HEX triplet: 49, C3 and 62. RGB value is (73,195,98). Sum of RGB (Red+Green+Blue) = 73+195+98=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #49C362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C362 is #B63C9D. Grayscale: #939393. Windows color (decimal): -11943070 or 6472521. OLE color: 6472521.

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

Color convert

RGB 73 195 98 -
CMYK 0.63 0 0.50 0.24
HSL 132.3º 0.5% 0.53% -
HSV(B) 132.3º 0.63% 0.76% -
XYZ 24.47 41.33 18.24 -
YUV 147.46 100.08 74.89 -
System Red Green Blue C M Y K H S L
Decimal 73 195 98 0.63 0 0.50 0.24 132.3 0.5 0.53
Hex 49 C3 62 3F 0 32 18 84 32 35
Octal 111 303 142 77 0 62 30 204 62 65
Binary 1001001 11000011 1100010 111111 0 110010 11000 10000100 110010 110101

Color Harmonies of #49C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C362

Black with #49C362

Text Example


Text Example

White with #49C362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,98); }

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

background-color css

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

 a { background-color: rgb(73,195,98); }

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

border-color css

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

 span { border-color: rgb(73,195,98); }

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