#3ADB74

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

Shades of Emerald #3ADB74

Tints of Emerald #3ADB74

Color information

#3ADB74 (or 0x3ADB74) is unknown color: approx Emerald. HEX triplet: 3A, DB and 74. RGB value is (58,219,116). Sum of RGB (Red+Green+Blue) = 58+219+116=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADB74 is #C5248B. Grayscale: #9F9F9F. Windows color (decimal): -12919948 or 7658298. OLE color: 7658298.

HSL color Cylindrical-coordinate representation of color #3ADB74: hue angle of 141.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB74 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB58219116-
CMYK0.7400.470.14
HSL141.61º69.1%54.31%-
HSV(B)141.61º73.52%85.88%-
XYZ30.2352.8225.13-
YUV159.12103.6655.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 219 (85.94% from 255) = 55.73%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=14.76%
G=55.73%
B=29.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal582191160.7400.470.14141.6169.154.31
Hex3ADB744A02FE8e4536
Octal723331641120571621610566
Binary111010110110111110100100101001011111110100011101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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