#4D756F

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

Shades of Dark Green Copper #4D756F

Tints of Dark Green Copper #4D756F

Color information

#4D756F (or 0x4D756F) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 75 and 6F. RGB value is (77,117,111). Sum of RGB (Red+Green+Blue) = 77+117+111=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #4D756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D756F is #B28A90. Grayscale: #686868. Windows color (decimal): -11700881 or 7304525. OLE color: 7304525.

HSL color Cylindrical-coordinate representation of color #4D756F: hue angle of 171º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D756F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB77117111-
CMYK0.3400.050.54
HSL171º20.62%38.04%-
HSV(B)171º34.19%45.88%-
XYZ12.2915.4517.37-
YUV104.36131.75108.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=25.25%
G=38.36%
B=36.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal771171110.3400.050.5417120.6238.04
Hex4D756F220536ab1526
Octal1151651574205662532546
Binary10011011110101110111110001001011101101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,111); }

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

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

 a { background-color: rgb(77,117,111); }

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

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

 span { border-color: rgb(77,117,111); }

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