#4BC373

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

Shades of Emerald #4BC373

Tints of Emerald #4BC373

Color information

#4BC373 (or 0x4BC373) is unknown color: approx Emerald. HEX triplet: 4B, C3 and 73. RGB value is (75,195,115). Sum of RGB (Red+Green+Blue) = 75+195+115=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC373 is #B43C8C. Grayscale: #969696. Windows color (decimal): -11811981 or 7586635. OLE color: 7586635.

HSL color Cylindrical-coordinate representation of color #4BC373: hue angle of 140º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC373 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB75195115-
CMYK0.6200.410.24
HSL140º50%52.94%-
HSV(B)140º61.54%76.47%-
XYZ25.5141.7622.94-
YUV150108.2474.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 195 (76.56% from 255) = 50.65%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=19.48%
G=50.65%
B=29.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751951150.6200.410.241405052.94
Hex4BC3733E029188c3235
Octal11330316376051302146265
Binary100101111000011111001111111001010011100010001100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,115); }

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

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

 a { background-color: rgb(75,195,115); }

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

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

 span { border-color: rgb(75,195,115); }

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