Html Css Color HEX #49C665 Emerald

📋 copy color: '#49C665'

red 73 ◦ green 198 ◦ blue 101

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

Shades of Emerald #49C665

Tints of Emerald #49C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 19.62%
G = 53.23%
B = 27.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#49C665 (or 0x49C665) is known color: Emerald. HEX triplet: 49, C6 and 65. RGB value is (73,198,101). Sum of RGB (Red+Green+Blue) = 73+198+101=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #49C665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C665 is #B6399A. Grayscale: #959595. Windows color (decimal): -11942299 or 6669897. OLE color: 6669897.

HSL color Cylindrical-coordinate representation of color #49C665: hue angle of 133.44º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C665 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 198 101 -
CMYK 0.63 0 0.49 0.22
HSL 133.44º 0.52% 0.53% -
HSV(B) 133.44º 0.63% 0.78% -
XYZ 25.29 42.74 19.23 -
YUV 149.57 100.59 73.39 -
System Red Green Blue C M Y K H S L
Decimal 73 198 101 0.63 0 0.49 0.22 133.44 0.52 0.53
Hex 49 C6 65 3F 0 31 16 85 34 35
Octal 111 306 145 77 0 61 26 205 64 65
Binary 1001001 11000110 1100101 111111 0 110001 10110 10000101 110100 110101

Color Harmonies of #49C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C665

Black with #49C665

Text Example


Text Example

White with #49C665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,198,101); }

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

background-color css

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

 a { background-color: rgb(73,198,101); }

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

border-color css

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

 span { border-color: rgb(73,198,101); }

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