Html Css Color HEX #49C360 Emerald

📋 copy color: '#49C360'

red 73 ◦ green 195 ◦ blue 96

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

Shades of Emerald #49C360

Tints of Emerald #49C360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 20.05%
G = 53.57%
B = 26.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#49C360 (or 0x49C360) is known color: Emerald. HEX triplet: 49, C3 and 60. RGB value is (73,195,96). Sum of RGB (Red+Green+Blue) = 73+195+96=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #49C360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C360 is #B63C9F. Grayscale: #939393. Windows color (decimal): -11943072 or 6341449. OLE color: 6341449.

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

Color convert

RGB 73 195 96 -
CMYK 0.63 0 0.51 0.24
HSL 131.31º 0.5% 0.53% -
HSV(B) 131.31º 0.63% 0.76% -
XYZ 24.37 41.29 17.75 -
YUV 147.24 99.08 75.05 -
System Red Green Blue C M Y K H S L
Decimal 73 195 96 0.63 0 0.51 0.24 131.31 0.5 0.53
Hex 49 C3 60 3F 0 33 18 83 32 35
Octal 111 303 140 77 0 63 30 203 62 65
Binary 1001001 11000011 1100000 111111 0 110011 11000 10000011 110010 110101

Color Harmonies of #49C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C360

Black with #49C360

Text Example


Text Example

White with #49C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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