#4B776D

Color #4B776D Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4B776D

Tints of Dark Green Copper #4B776D

Color information

#4B776D (or 0x4B776D) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 77 and 6D. RGB value is (75,119,109). Sum of RGB (Red+Green+Blue) = 75+119+109=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #4B776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B776D is #B48892. Grayscale: #686868. Windows color (decimal): -11831443 or 7173963. OLE color: 7173963.

HSL color Cylindrical-coordinate representation of color #4B776D: hue angle of 166.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B776D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB75119109-
CMYK0.3700.080.53
HSL166.36º22.68%38.04%-
HSV(B)166.36º36.97%46.67%-
XYZ12.2615.7916.87-
YUV104.7130.42106.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=24.75%
G=39.27%
B=35.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751191090.3700.080.53166.3622.6838.04
Hex4B776D250835a61726
Octal11316715545010652462746
Binary100101111101111101101100101010001101011010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,109); }

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

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

 a { background-color: rgb(75,119,109); }

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

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

 span { border-color: rgb(75,119,109); }

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