#41D074

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

Shades of Emerald #41D074

Tints of Emerald #41D074

Color information

#41D074 (or 0x41D074) is unknown color: approx Emerald. HEX triplet: 41, D0 and 74. RGB value is (65,208,116). Sum of RGB (Red+Green+Blue) = 65+208+116=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #41D074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D074 is #BE2F8B. Grayscale: #9A9A9A. Windows color (decimal): -12464012 or 7655489. OLE color: 7655489.

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

Color convert

RGB65208116-
CMYK0.6900.440.18
HSL141.4º60.34%53.53%-
HSV(B)141.4º68.75%81.57%-
XYZ27.8947.524.22-
YUV154.75106.1263.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 208 (81.64% from 255) = 53.47%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=16.71%
G=53.47%
B=29.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081160.6900.440.18141.460.3453.53
Hex41D0744502C128d3c36
Octal101320164105054222157466
Binary1000001110100001110100100010101011001001010001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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