#41D26B

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

Shades of Emerald #41D26B

Tints of Emerald #41D26B

Color information

#41D26B (or 0x41D26B) is unknown color: approx Emerald. HEX triplet: 41, D2 and 6B. RGB value is (65,210,107). Sum of RGB (Red+Green+Blue) = 65+210+107=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #41D26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D26B is #BE2D94. Grayscale: #9B9B9B. Windows color (decimal): -12463509 or 7066177. OLE color: 7066177.

HSL color Cylindrical-coordinate representation of color #41D26B: hue angle of 137.38º degrees, saturation: 0.62, 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 #41D26B is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB65210107-
CMYK0.6900.490.18
HSL137.38º61.7%53.92%-
HSV(B)137.38º69.05%82.35%-
XYZ27.8848.2821.76-
YUV154.9100.9663.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.02%
GREEN value IS 210 (82.42% from 255) = 54.97%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=17.02%
G=54.97%
B=28.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652101070.6900.490.18137.3861.753.92
Hex41D26B4503112893e36
Octal101322153105061222117666
Binary1000001110100101101011100010101100011001010001001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,210,107); }

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

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

 a { background-color: rgb(65,210,107); }

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

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

 span { border-color: rgb(65,210,107); }

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