#3AD476

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

Shades of Emerald #3AD476

Tints of Emerald #3AD476

Color information

#3AD476 (or 0x3AD476) is unknown color: approx Emerald. HEX triplet: 3A, D4 and 76. RGB value is (58,212,118). Sum of RGB (Red+Green+Blue) = 58+212+118=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD476 is #C52B89. Grayscale: #9B9B9B. Windows color (decimal): -12921738 or 7787578. OLE color: 7787578.

HSL color Cylindrical-coordinate representation of color #3AD476: hue angle of 143.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD476 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB58212118-
CMYK0.7300.440.17
HSL143.38º64.17%52.94%-
HSV(B)143.38º72.64%83.14%-
XYZ28.5649.2925.15-
YUV155.24106.9858.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.95%
GREEN value IS 212 (83.20% from 255) = 54.64%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=14.95%
G=54.64%
B=30.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582121180.7300.440.17143.3864.1752.94
Hex3AD4764902C118f4035
Octal723241661110542121710065
Binary1110101101010011101101001001010110010001100011111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD476; }

 p { color: rgb(58,212,118); }

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

<style>
 a { background-color: #3AD476; }

 a { background-color: rgb(58,212,118); }

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

<style>
 span { border-color: #3AD476; }

 span { border-color: rgb(58,212,118); }

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