#3AD865

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

Shades of Emerald #3AD865

Tints of Emerald #3AD865

Color information

#3AD865 (or 0x3AD865) is unknown color: approx Emerald. HEX triplet: 3A, D8 and 65. RGB value is (58,216,101). Sum of RGB (Red+Green+Blue) = 58+216+101=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD865 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD865 is #C5279A. Grayscale: #9B9B9B. Windows color (decimal): -12920731 or 6674490. OLE color: 6674490.

HSL color Cylindrical-coordinate representation of color #3AD865: hue angle of 136.33º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD865 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB58216101-
CMYK0.7300.530.15
HSL136.33º66.95%53.73%-
HSV(B)136.33º73.15%84.71%-
XYZ28.6550.9520.64-
YUV155.6597.1558.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 216 (84.77% from 255) = 57.6%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=15.47%
G=57.6%
B=26.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582161010.7300.530.15136.3366.9553.73
Hex3AD86549035F884336
Octal723301451110651721010366
Binary111010110110001100101100100101101011111100010001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,216,101); }

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

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

 a { background-color: rgb(58,216,101); }

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

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

 span { border-color: rgb(58,216,101); }

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