#3AD374

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

Shades of Emerald #3AD374

Tints of Emerald #3AD374

Color information

#3AD374 (or 0x3AD374) is unknown color: approx Emerald. HEX triplet: 3A, D3 and 74. RGB value is (58,211,116). Sum of RGB (Red+Green+Blue) = 58+211+116=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD374 is #C52C8B. Grayscale: #9A9A9A. Windows color (decimal): -12921996 or 7656250. OLE color: 7656250.

HSL color Cylindrical-coordinate representation of color #3AD374: hue angle of 142.75º degrees, saturation: 0.63, 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 #3AD374 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB58211116-
CMYK0.7300.450.17
HSL142.75º63.49%52.75%-
HSV(B)142.75º72.51%82.75%-
XYZ28.1948.7524.45-
YUV154.42106.3159.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 211 (82.81% from 255) = 54.81%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=15.06%
G=54.81%
B=30.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582111160.7300.450.17142.7563.4952.75
Hex3AD3744902D118f3f35
Octal72323164111055212177765
Binary111010110100111110100100100101011011000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,211,116); }

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

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

 a { background-color: rgb(58,211,116); }

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

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

 span { border-color: rgb(58,211,116); }

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