#4B776F

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

Shades of Dark Green Copper #4B776F

Tints of Dark Green Copper #4B776F

Color information

#4B776F (or 0x4B776F) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 77 and 6F. RGB value is (75,119,111). Sum of RGB (Red+Green+Blue) = 75+119+111=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #4B776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B776F is #B48890. Grayscale: #686868. Windows color (decimal): -11831441 or 7305035. OLE color: 7305035.

HSL color Cylindrical-coordinate representation of color #4B776F: hue angle of 169.09º 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 #4B776F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB75119111-
CMYK0.3700.070.53
HSL169.09º22.68%38.04%-
HSV(B)169.09º36.97%46.67%-
XYZ12.3715.8417.44-
YUV104.93131.42106.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=24.59%
G=39.02%
B=36.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751191110.3700.070.53169.0922.6838.04
Hex4B776F250735a91726
Octal1131671574507652512746
Binary10010111110111110111110010101111101011010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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