#3AD769

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

Shades of Emerald #3AD769

Tints of Emerald #3AD769

Color information

#3AD769 (or 0x3AD769) is unknown color: approx Emerald. HEX triplet: 3A, D7 and 69. RGB value is (58,215,105). Sum of RGB (Red+Green+Blue) = 58+215+105=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD769 is #C52896. Grayscale: #9B9B9B. Windows color (decimal): -12920983 or 6936378. OLE color: 6936378.

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

Color convert

RGB58215105-
CMYK0.7300.510.16
HSL137.96º66.24%53.53%-
HSV(B)137.96º73.02%84.31%-
XYZ28.650.5221.61-
YUV155.5299.4958.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 215 (84.38% from 255) = 56.88%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=15.34%
G=56.88%
B=27.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582151050.7300.510.16137.9666.2453.53
Hex3AD76949033108a4236
Octal723271511110632021210266
Binary1110101101011111010011001001011001110000100010101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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