#40C476

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

Shades of Emerald #40C476

Tints of Emerald #40C476

Color information

#40C476 (or 0x40C476) is unknown color: approx Emerald. HEX triplet: 40, C4 and 76. RGB value is (64,196,118). Sum of RGB (Red+Green+Blue) = 64+196+118=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #40C476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C476 is #BF3B89. Grayscale: #939393. Windows color (decimal): -12532618 or 7783488. OLE color: 7783488.

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

Color convert

RGB64196118-
CMYK0.6700.400.23
HSL144.55º52.8%50.98%-
HSV(B)144.55º67.35%76.86%-
XYZ25.1241.8823.9-
YUV147.64111.2768.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=16.93%
G=51.85%
B=31.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641961180.6700.400.23144.5552.850.98
Hex40C4764302817913533
Octal100304166103050272216563
Binary1000000110001001110110100001101010001011110010001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C476; }

 p { color: rgb(64,196,118); }

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

<style>
 a { background-color: #40C476; }

 a { background-color: rgb(64,196,118); }

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

<style>
 span { border-color: #40C476; }

 span { border-color: rgb(64,196,118); }

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