#41C482

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

Shades of Emerald #41C482

Tints of Emerald #41C482

Color information

#41C482 (or 0x41C482) is unknown color: approx Emerald. HEX triplet: 41, C4 and 82. RGB value is (65,196,130). Sum of RGB (Red+Green+Blue) = 65+196+130=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #41C482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C482 is #BE3B7D. Grayscale: #959595. Windows color (decimal): -12467070 or 8569921. OLE color: 8569921.

HSL color Cylindrical-coordinate representation of color #41C482: hue angle of 149.77º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C482 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB65196130-
CMYK0.6700.340.23
HSL149.77º52.61%51.18%-
HSV(B)149.77º66.84%76.86%-
XYZ25.9542.2227.9-
YUV149.31117.167.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=16.62%
G=50.13%
B=33.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651961300.6700.340.23149.7752.6151.18
Hex41C4824302217963533
Octal101304202103042272266563
Binary10000011100010010000010100001101000101011110010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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