#4CBC70

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

Shades of Emerald #4CBC70

Tints of Emerald #4CBC70

Color information

#4CBC70 (or 0x4CBC70) is unknown color: approx Emerald. HEX triplet: 4C, BC and 70. RGB value is (76,188,112). Sum of RGB (Red+Green+Blue) = 76+188+112=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC70 is #B3438F. Grayscale: #929292. Windows color (decimal): -11748240 or 7388236. OLE color: 7388236.

HSL color Cylindrical-coordinate representation of color #4CBC70: hue angle of 139.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC70 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB76188112-
CMYK0.6000.400.26
HSL139.29º45.53%51.76%-
HSV(B)139.29º59.57%73.73%-
XYZ23.8938.6721.53-
YUV145.85108.8978.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=20.21%
G=50%
B=29.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761881120.6000.400.26139.2945.5351.76
Hex4CBC703C0281A8b2e34
Octal11427416074050322135664
Binary100110010111100111000011110001010001101010001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,112); }

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

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

 a { background-color: rgb(76,188,112); }

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

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

 span { border-color: rgb(76,188,112); }

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