#4BBA72

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

Shades of Emerald #4BBA72

Tints of Emerald #4BBA72

Color information

#4BBA72 (or 0x4BBA72) is unknown color: approx Emerald. HEX triplet: 4B, BA and 72. RGB value is (75,186,114). Sum of RGB (Red+Green+Blue) = 75+186+114=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA72 is #B4458D. Grayscale: #909090. Windows color (decimal): -11814286 or 7518795. OLE color: 7518795.

HSL color Cylindrical-coordinate representation of color #4BBA72: hue angle of 141.08º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA72 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB75186114-
CMYK0.6000.390.27
HSL141.08º44.58%51.18%-
HSV(B)141.08º59.68%72.94%-
XYZ23.537.8321.98-
YUV144.6110.7378.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=20%
G=49.6%
B=30.4%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861140.6000.390.27141.0844.5851.18
Hex4BBA723C0271B8d2d33
Octal11327216274047332155563
Binary100101110111010111001011110001001111101110001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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