#3ACA76

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

Shades of Emerald #3ACA76

Tints of Emerald #3ACA76

Color information

#3ACA76 (or 0x3ACA76) is unknown color: approx Emerald. HEX triplet: 3A, CA and 76. RGB value is (58,202,118). Sum of RGB (Red+Green+Blue) = 58+202+118=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACA76 is #C53589. Grayscale: #959595. Windows color (decimal): -12924298 or 7785018. OLE color: 7785018.

HSL color Cylindrical-coordinate representation of color #3ACA76: hue angle of 145º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACA76 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB58202118-
CMYK0.7100.420.21
HSL145º57.6%50.98%-
HSV(B)145º71.29%79.22%-
XYZ26.1444.4524.34-
YUV149.37110.2962.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=15.34%
G=53.44%
B=31.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021180.7100.420.2114557.650.98
Hex3ACA764702A15913a33
Octal72312166107052252217263
Binary111010110010101110110100011101010101010110010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,118); }

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

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

 a { background-color: rgb(58,202,118); }

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

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

 span { border-color: rgb(58,202,118); }

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