#4AC672

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

Shades of Emerald #4AC672

Tints of Emerald #4AC672

Color information

#4AC672 (or 0x4AC672) is unknown color: approx Emerald. HEX triplet: 4A, C6 and 72. RGB value is (74,198,114). Sum of RGB (Red+Green+Blue) = 74+198+114=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC672 is #B5398D. Grayscale: #979797. Windows color (decimal): -11876750 or 7521866. OLE color: 7521866.

HSL color Cylindrical-coordinate representation of color #4AC672: hue angle of 139.35º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC672 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB74198114-
CMYK0.6300.420.22
HSL139.35º52.1%53.33%-
HSV(B)139.35º62.63%77.65%-
XYZ26.0643.0622.86-
YUV151.35106.9272.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 198 (77.73% from 255) = 51.30%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=19.17%
G=51.30%
B=29.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741981140.6300.420.22139.3552.153.33
Hex4AC6723F02A168b3435
Octal11230616277052262136465
Binary100101011000110111001011111101010101011010001011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AC672; }

 p { color: rgb(74,198,114); }

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

<style>
 a { background-color: #4AC672; }

 a { background-color: rgb(74,198,114); }

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

<style>
 span { border-color: #4AC672; }

 span { border-color: rgb(74,198,114); }

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