#4AC068

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

Shades of Emerald #4AC068

Tints of Emerald #4AC068

Color information

#4AC068 (or 0x4AC068) is unknown color: approx Emerald. HEX triplet: 4A, C0 and 68. RGB value is (74,192,104). Sum of RGB (Red+Green+Blue) = 74+192+104=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC068 is #B53F97. Grayscale: #929292. Windows color (decimal): -11878296 or 6864970. OLE color: 6864970.

HSL color Cylindrical-coordinate representation of color #4AC068: hue angle of 135.25º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC068 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB74192104-
CMYK0.6100.460.25
HSL135.25º48.36%52.16%-
HSV(B)135.25º61.46%75.29%-
XYZ24.1740.1519.57-
YUV146.69103.9176.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=20%
G=51.89%
B=28.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741921040.6100.460.25135.2548.3652.16
Hex4AC0683D02E19873034
Octal11230015075056312076064
Binary100101011000000110100011110101011101100110000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,192,104); }

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

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

 a { background-color: rgb(74,192,104); }

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

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

 span { border-color: rgb(74,192,104); }

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