#4BBB7D

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

Shades of Emerald #4BBB7D

Tints of Emerald #4BBB7D

Color information

#4BBB7D (or 0x4BBB7D) is unknown color: approx Emerald. HEX triplet: 4B, BB and 7D. RGB value is (75,187,125). Sum of RGB (Red+Green+Blue) = 75+187+125=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBB7D is #B44482. Grayscale: #929292. Windows color (decimal): -11814019 or 8239947. OLE color: 8239947.

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

Color convert

RGB75187125-
CMYK0.6000.330.27
HSL146.79º45.16%51.37%-
HSV(B)146.79º59.89%73.33%-
XYZ24.3738.5225.55-
YUV146.44115.8977.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=19.38%
G=48.32%
B=32.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751871250.6000.330.27146.7945.1651.37
Hex4BBB7D3C0211B932d33
Octal11327317574041332235563
Binary100101110111011111110111110001000011101110010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,187,125); }

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

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

 a { background-color: rgb(75,187,125); }

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

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

 span { border-color: rgb(75,187,125); }

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