#41D382

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

Shades of Emerald #41D382

Tints of Emerald #41D382

Color information

#41D382 (or 0x41D382) is unknown color: approx Emerald. HEX triplet: 41, D3 and 82. RGB value is (65,211,130). Sum of RGB (Red+Green+Blue) = 65+211+130=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #41D382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D382 is #BE2C7D. Grayscale: #9E9E9E. Windows color (decimal): -12463230 or 8573761. OLE color: 8573761.

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

Color convert

RGB65211130-
CMYK0.6900.380.17
HSL146.71º62.39%54.12%-
HSV(B)146.71º69.19%82.75%-
XYZ29.549.3229.08-
YUV158.11112.1361.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 211 (82.81% from 255) = 51.97%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=16.01%
G=51.97%
B=32.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652111300.6900.380.17146.7162.3954.12
Hex41D3824502611933e36
Octal101323202105046212237666
Binary10000011101001110000010100010101001101000110010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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