Html Css Color HEX #49C468 Emerald

📋 copy color: '#49C468'

red 73 ◦ green 196 ◦ blue 104

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

Shades of Emerald #49C468

Tints of Emerald #49C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.55%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 19.57%
G = 52.55%
B = 27.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#49C468 (or 0x49C468) is known color: Emerald. HEX triplet: 49, C4 and 68. RGB value is (73,196,104). Sum of RGB (Red+Green+Blue) = 73+196+104=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #49C468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C468 is #B63B97. Grayscale: #949494. Windows color (decimal): -11942808 or 6865993. OLE color: 6865993.

HSL color Cylindrical-coordinate representation of color #49C468: hue angle of 135.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C468 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 104 -
CMYK 0.63 0 0.47 0.23
HSL 135.12º 0.51% 0.53% -
HSV(B) 135.12º 0.63% 0.77% -
XYZ 24.99 41.9 19.87 -
YUV 148.74 102.75 73.98 -
System Red Green Blue C M Y K H S L
Decimal 73 196 104 0.63 0 0.47 0.23 135.12 0.51 0.53
Hex 49 C4 68 3F 0 2F 17 87 33 35
Octal 111 304 150 77 0 57 27 207 63 65
Binary 1001001 11000100 1101000 111111 0 101111 10111 10000111 110011 110101

Color Harmonies of #49C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C468

Black with #49C468

Text Example


Text Example

White with #49C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,104); }

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

background-color css

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

 a { background-color: rgb(73,196,104); }

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

border-color css

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

 span { border-color: rgb(73,196,104); }

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