#3AD768

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

Shades of Emerald #3AD768

Tints of Emerald #3AD768

Color information

#3AD768 (or 0x3AD768) is unknown color: approx Emerald. HEX triplet: 3A, D7 and 68. RGB value is (58,215,104). Sum of RGB (Red+Green+Blue) = 58+215+104=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD768 is #C52897. Grayscale: #9B9B9B. Windows color (decimal): -12920984 or 6870842. OLE color: 6870842.

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

Color convert

RGB58215104-
CMYK0.7300.520.16
HSL137.58º66.24%53.53%-
HSV(B)137.58º73.02%84.31%-
XYZ28.5450.521.34-
YUV155.498.9958.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.38%
GREEN value IS 215 (84.38% from 255) = 57.03%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=15.38%
G=57.03%
B=27.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582151040.7300.520.16137.5866.2453.53
Hex3AD76849034108a4236
Octal723271501110642021210266
Binary1110101101011111010001001001011010010000100010101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,215,104); }

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

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

 a { background-color: rgb(58,215,104); }

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

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

 span { border-color: rgb(58,215,104); }

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