#41D160

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

Shades of Emerald #41D160

Tints of Emerald #41D160

Color information

#41D160 (or 0x41D160) is unknown color: approx Emerald. HEX triplet: 41, D1 and 60. RGB value is (65,209,96). Sum of RGB (Red+Green+Blue) = 65+209+96=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #41D160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D160 is #BE2E9F. Grayscale: #999999. Windows color (decimal): -12463776 or 6345025. OLE color: 6345025.

HSL color Cylindrical-coordinate representation of color #41D160: hue angle of 132.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D160 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB6520996-
CMYK0.6900.540.18
HSL132.92º61.02%53.73%-
HSV(B)132.92º68.9%81.96%-
XYZ27.0947.5718.82-
YUV153.0695.7965.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 209 (82.03% from 255) = 56.49%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=17.57%
G=56.49%
B=25.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65209960.6900.540.18132.9261.0253.73
Hex41D1604503612853d36
Octal101321140105066222057566
Binary1000001110100011100000100010101101101001010000101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,209,96); }

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

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

 a { background-color: rgb(65,209,96); }

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

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

 span { border-color: rgb(65,209,96); }

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