#49CD61

Color #49CD61 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #49CD61

Tints of Emerald #49CD61

Color information

#49CD61 (or 0x49CD61) is unknown color: approx Emerald. HEX triplet: 49, CD and 61. RGB value is (73,205,97). Sum of RGB (Red+Green+Blue) = 73+205+97=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD61 is #B6329E. Grayscale: #999999. Windows color (decimal): -11940511 or 6409545. OLE color: 6409545.

HSL color Cylindrical-coordinate representation of color #49CD61: hue angle of 130.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD61 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB7320597-
CMYK0.6400.530.20
HSL130.91º56.9%54.51%-
HSV(B)130.91º64.39%80.39%-
XYZ26.7445.9418.77-
YUV153.2296.2770.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 205 (80.47% from 255) = 54.67%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=19.47%
G=54.67%
B=25.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73205970.6400.530.20130.9156.954.51
Hex49CD614003514833937
Octal111315141100065242037167
Binary1001001110011011100001100000001101011010010000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,97); }

 H1.HeaderClassName
 {
   color: #49CD61;
 }
 .AnyTagClassName
 {
   color: #49CD61;
 }
</style>
background-color css

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

 a { background-color: rgb(73,205,97); }

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

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

 span { border-color: rgb(73,205,97); }

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