#4CBB71

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

Shades of Emerald #4CBB71

Tints of Emerald #4CBB71

Color information

#4CBB71 (or 0x4CBB71) is unknown color: approx Emerald. HEX triplet: 4C, BB and 71. RGB value is (76,187,113). Sum of RGB (Red+Green+Blue) = 76+187+113=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBB71 is #B3448E. Grayscale: #919191. Windows color (decimal): -11748495 or 7453516. OLE color: 7453516.

HSL color Cylindrical-coordinate representation of color #4CBB71: hue angle of 140º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBB71 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB76187113-
CMYK0.5900.400.27
HSL140º44.94%51.57%-
HSV(B)140º59.36%73.33%-
XYZ23.7338.2721.76-
YUV145.38109.7378.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=20.21%
G=49.73%
B=30.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761871130.5900.400.2714044.9451.57
Hex4CBB713B0281B8c2d34
Octal11427316173050332145564
Binary100110010111011111000111101101010001101110001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,113); }

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

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

 a { background-color: rgb(76,187,113); }

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

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

 span { border-color: rgb(76,187,113); }

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