#4CBA6C

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

Shades of Emerald #4CBA6C

Tints of Emerald #4CBA6C

Color information

#4CBA6C (or 0x4CBA6C) is unknown color: approx Emerald. HEX triplet: 4C, BA and 6C. RGB value is (76,186,108). Sum of RGB (Red+Green+Blue) = 76+186+108=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA6C is #B34593. Grayscale: #909090. Windows color (decimal): -11748756 or 7125580. OLE color: 7125580.

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

Color convert

RGB76186108-
CMYK0.5900.420.27
HSL137.45º44.35%51.37%-
HSV(B)137.45º59.14%72.94%-
XYZ23.2537.7420.25-
YUV144.22107.5679.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=20.54%
G=50.27%
B=29.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761861080.5900.420.27137.4544.3551.37
Hex4CBA6C3B02A1B892c33
Octal11427215473052332115463
Binary100110010111010110110011101101010101101110001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,186,108); }

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

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

 a { background-color: rgb(76,186,108); }

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

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

 span { border-color: rgb(76,186,108); }

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