#3AD35D

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

Shades of Emerald #3AD35D

Tints of Emerald #3AD35D

Color information

#3AD35D (or 0x3AD35D) is unknown color: approx Emerald. HEX triplet: 3A, D3 and 5D. RGB value is (58,211,93). Sum of RGB (Red+Green+Blue) = 58+211+93=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD35D is #C52CA2. Grayscale: #989898. Windows color (decimal): -12922019 or 6148922. OLE color: 6148922.

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

Color convert

RGB5821193-
CMYK0.7300.560.17
HSL133.73º63.49%52.75%-
HSV(B)133.73º72.51%82.75%-
XYZ27.0148.2818.25-
YUV151.894.8161.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 211 (82.81% from 255) = 58.29%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=16.02%
G=58.29%
B=25.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58211930.7300.560.17133.7363.4952.75
Hex3AD35D4903811863f35
Octal72323135111070212067765
Binary111010110100111011101100100101110001000110000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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