#41D06C

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

Shades of Emerald #41D06C

Tints of Emerald #41D06C

Color information

#41D06C (or 0x41D06C) is unknown color: approx Emerald. HEX triplet: 41, D0 and 6C. RGB value is (65,208,108). Sum of RGB (Red+Green+Blue) = 65+208+108=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #41D06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D06C is #BE2F93. Grayscale: #9A9A9A. Windows color (decimal): -12464020 or 7131201. OLE color: 7131201.

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

Color convert

RGB65208108-
CMYK0.6900.480.18
HSL138.04º60.34%53.53%-
HSV(B)138.04º68.75%81.57%-
XYZ27.4447.3221.87-
YUV153.84102.1264.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 208 (81.64% from 255) = 54.59%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=17.06%
G=54.59%
B=28.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081080.6900.480.18138.0460.3453.53
Hex41D06C45030128a3c36
Octal101320154105060222127466
Binary1000001110100001101100100010101100001001010001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,108); }

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

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

 a { background-color: rgb(65,208,108); }

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

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

 span { border-color: rgb(65,208,108); }

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