#41D376

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

Shades of Emerald #41D376

Tints of Emerald #41D376

Color information

#41D376 (or 0x41D376) is unknown color: approx Emerald. HEX triplet: 41, D3 and 76. RGB value is (65,211,118). Sum of RGB (Red+Green+Blue) = 65+211+118=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #41D376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D376 is #BE2C89. Grayscale: #9C9C9C. Windows color (decimal): -12463242 or 7787329. OLE color: 7787329.

HSL color Cylindrical-coordinate representation of color #41D376: hue angle of 141.78º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D376 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB65211118-
CMYK0.6900.440.17
HSL141.78º62.39%54.12%-
HSV(B)141.78º69.19%82.75%-
XYZ28.7449.0225.09-
YUV156.74106.1362.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.50%
GREEN value IS 211 (82.81% from 255) = 53.55%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=16.50%
G=53.55%
B=29.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652111180.6900.440.17141.7862.3954.12
Hex41D3764502C118e3e36
Octal101323166105054212167666
Binary1000001110100111110110100010101011001000110001110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41D376; }

 p { color: rgb(65,211,118); }

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

<style>
 a { background-color: #41D376; }

 a { background-color: rgb(65,211,118); }

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

<style>
 span { border-color: #41D376; }

 span { border-color: rgb(65,211,118); }

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