#4CBC64

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

Shades of Emerald #4CBC64

Tints of Emerald #4CBC64

Color information

#4CBC64 (or 0x4CBC64) is unknown color: approx Emerald. HEX triplet: 4C, BC and 64. RGB value is (76,188,100). Sum of RGB (Red+Green+Blue) = 76+188+100=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC64 is #B3439B. Grayscale: #909090. Windows color (decimal): -11748252 or 6601804. OLE color: 6601804.

HSL color Cylindrical-coordinate representation of color #4CBC64: hue angle of 132.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC64 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB76188100-
CMYK0.6000.470.26
HSL132.86º45.53%51.76%-
HSV(B)132.86º59.57%73.73%-
XYZ23.2638.4218.25-
YUV144.48102.8979.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.88%
GREEN value IS 188 (73.83% from 255) = 51.65%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=20.88%
G=51.65%
B=27.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761881000.6000.470.26132.8645.5351.76
Hex4CBC643C02F1A852e34
Octal11427414474057322055664
Binary100110010111100110010011110001011111101010000101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,100); }

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

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

 a { background-color: rgb(76,188,100); }

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

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

 span { border-color: rgb(76,188,100); }

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