#3AD56F

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

Shades of Emerald #3AD56F

Tints of Emerald #3AD56F

Color information

#3AD56F (or 0x3AD56F) is unknown color: approx Emerald. HEX triplet: 3A, D5 and 6F. RGB value is (58,213,111). Sum of RGB (Red+Green+Blue) = 58+213+111=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD56F is #C52A90. Grayscale: #9B9B9B. Windows color (decimal): -12921489 or 7329082. OLE color: 7329082.

HSL color Cylindrical-coordinate representation of color #3AD56F: hue angle of 140.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD56F is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB58213111-
CMYK0.7300.480.16
HSL140.52º64.85%53.14%-
HSV(B)140.52º72.77%83.53%-
XYZ28.4149.6423.12-
YUV155.03103.1558.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.18%
GREEN value IS 213 (83.59% from 255) = 55.76%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=15.18%
G=55.76%
B=29.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582131110.7300.480.16140.5264.8553.14
Hex3AD56F49030108d4135
Octal723251571110602021510165
Binary1110101101010111011111001001011000010000100011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,213,111); }

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

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

 a { background-color: rgb(58,213,111); }

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

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

 span { border-color: rgb(58,213,111); }

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