#4BC572

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

Shades of Emerald #4BC572

Tints of Emerald #4BC572

Color information

#4BC572 (or 0x4BC572) is unknown color: approx Emerald. HEX triplet: 4B, C5 and 72. RGB value is (75,197,114). Sum of RGB (Red+Green+Blue) = 75+197+114=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC572 is #B43A8D. Grayscale: #979797. Windows color (decimal): -11811470 or 7521611. OLE color: 7521611.

HSL color Cylindrical-coordinate representation of color #4BC572: hue angle of 139.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC572 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB75197114-
CMYK0.6200.420.23
HSL139.18º51.26%53.33%-
HSV(B)139.18º61.93%77.25%-
XYZ25.9142.6422.79-
YUV151.06107.0873.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=19.43%
G=51.04%
B=29.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971140.6200.420.23139.1851.2653.33
Hex4BC5723E02A178b3335
Octal11330516276052272136365
Binary100101111000101111001011111001010101011110001011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,114); }

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

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

 a { background-color: rgb(75,197,114); }

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

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

 span { border-color: rgb(75,197,114); }

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