#4CBD68

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

Shades of Emerald #4CBD68

Tints of Emerald #4CBD68

Color information

#4CBD68 (or 0x4CBD68) is unknown color: approx Emerald. HEX triplet: 4C, BD and 68. RGB value is (76,189,104). Sum of RGB (Red+Green+Blue) = 76+189+104=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBD68 is #B34297. Grayscale: #919191. Windows color (decimal): -11747992 or 6864204. OLE color: 6864204.

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

Color convert

RGB76189104-
CMYK0.6000.450.26
HSL134.87º46.12%51.96%-
HSV(B)134.87º59.79%74.12%-
XYZ23.6838.9319.36-
YUV145.52104.5678.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=20.60%
G=51.22%
B=28.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761891040.6000.450.26134.8746.1251.96
Hex4CBD683C02D1A872e34
Octal11427515074055322075664
Binary100110010111101110100011110001011011101010000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,189,104); }

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

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

 a { background-color: rgb(76,189,104); }

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

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

 span { border-color: rgb(76,189,104); }

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