#49cc62

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

Shades of Emerald #49CC62

Tints of Emerald #49CC62

Color information

#49CC62 (or 0x49CC62) is unknown color: approx Emerald. HEX triplet: 49, CC and 62. RGB value is (73,204,98). Sum of RGB (Red+Green+Blue) = 73+204+98=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC62 is #B6339D. Grayscale: #999999. Windows color (decimal): -11940766 or 6474825. OLE color: 6474825.

HSL color Cylindrical-coordinate representation of color #49CC62: hue angle of 131.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC62 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB7320498-
CMYK0.6400.520.2
HSL131.45º56.22%54.31%-
HSV(B)131.45º64.22%80%-
XYZ26.5545.4818.94-
YUV152.7597.171.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 204 (80.08% from 255) = 54.4%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=19.47%
G=54.4%
B=26.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal73204980.6400.520.2131.4556.2254.31
Hex49CC624003414833836
Octal111314142100064242037066
Binary1001001110011001100010100000001101001010010000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49cc62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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