#4CB96C

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

Shades of Emerald #4CB96C

Tints of Emerald #4CB96C

Color information

#4CB96C (or 0x4CB96C) is unknown color: approx Emerald. HEX triplet: 4C, B9 and 6C. RGB value is (76,185,108). Sum of RGB (Red+Green+Blue) = 76+185+108=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB96C is #B34693. Grayscale: #8F8F8F. Windows color (decimal): -11749012 or 7125324. OLE color: 7125324.

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

Color convert

RGB76185108-
CMYK0.5900.420.27
HSL137.61º43.78%51.18%-
HSV(B)137.61º58.92%72.55%-
XYZ23.0437.3220.18-
YUV143.63107.8979.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=20.60%
G=50.14%
B=29.27%

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
Decimal761851080.5900.420.27137.6143.7851.18
Hex4CB96C3B02A1B8a2c33
Octal11427115473052332125463
Binary100110010111001110110011101101010101101110001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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