#4CC072

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

Shades of Emerald #4CC072

Tints of Emerald #4CC072

Color information

#4CC072 (or 0x4CC072) is unknown color: approx Emerald. HEX triplet: 4C, C0 and 72. RGB value is (76,192,114). Sum of RGB (Red+Green+Blue) = 76+192+114=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC072 is #B33F8D. Grayscale: #949494. Windows color (decimal): -11747214 or 7520332. OLE color: 7520332.

HSL color Cylindrical-coordinate representation of color #4CC072: hue angle of 139.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC072 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB76192114-
CMYK0.6000.410.25
HSL139.66º47.93%52.55%-
HSV(B)139.66º60.42%75.29%-
XYZ24.8740.4522.42-
YUV148.42108.5776.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 192 (75.39% from 255) = 50.26%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=19.90%
G=50.26%
B=29.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761921140.6000.410.25139.6647.9352.55
Hex4CC0723C029198c3035
Octal11430016274051312146065
Binary100110011000000111001011110001010011100110001100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,192,114); }

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

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

 a { background-color: rgb(76,192,114); }

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

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

 span { border-color: rgb(76,192,114); }

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