#4BC07A

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

Shades of Emerald #4BC07A

Tints of Emerald #4BC07A

Color information

#4BC07A (or 0x4BC07A) is unknown color: approx Emerald. HEX triplet: 4B, C0 and 7A. RGB value is (75,192,122). Sum of RGB (Red+Green+Blue) = 75+192+122=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC07A is #B43F85. Grayscale: #959595. Windows color (decimal): -11812742 or 8044619. OLE color: 8044619.

HSL color Cylindrical-coordinate representation of color #4BC07A: hue angle of 144.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC07A is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB75192122-
CMYK0.6100.360.25
HSL144.1º48.15%52.35%-
HSV(B)144.1º60.94%75.29%-
XYZ25.2640.624.92-
YUV149.04112.7475.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.28%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=19.28%
G=49.36%
B=31.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751921220.6100.360.25144.148.1552.35
Hex4BC07A3D02419903034
Octal11330017275044312206064
Binary100101111000000111101011110101001001100110010000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,192,122); }

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

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

 a { background-color: rgb(75,192,122); }

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

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

 span { border-color: rgb(75,192,122); }

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