#4CBC7E

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

Shades of Emerald #4CBC7E

Tints of Emerald #4CBC7E

Color information

#4CBC7E (or 0x4CBC7E) is unknown color: approx Emerald. HEX triplet: 4C, BC and 7E. RGB value is (76,188,126). Sum of RGB (Red+Green+Blue) = 76+188+126=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC7E is #B34381. Grayscale: #939393. Windows color (decimal): -11748226 or 8305740. OLE color: 8305740.

HSL color Cylindrical-coordinate representation of color #4CBC7E: hue angle of 146.79º 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 #4CBC7E is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB76188126-
CMYK0.6000.330.26
HSL146.79º45.53%51.76%-
HSV(B)146.79º59.57%73.73%-
XYZ24.7339.0125.96-
YUV147.44115.8977.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.49%
GREEN value IS 188 (73.83% from 255) = 48.21%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=19.49%
G=48.21%
B=32.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761881260.6000.330.26146.7945.5351.76
Hex4CBC7E3C0211A932e34
Octal11427417674041322235664
Binary100110010111100111111011110001000011101010010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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