#4D7872

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

Shades of Dark Green Copper #4D7872

Tints of Dark Green Copper #4D7872

Color information

#4D7872 (or 0x4D7872) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 78 and 72. RGB value is (77,120,114). Sum of RGB (Red+Green+Blue) = 77+120+114=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7872 is #B2878D. Grayscale: #6A6A6A. Windows color (decimal): -11700110 or 7501901. OLE color: 7501901.

HSL color Cylindrical-coordinate representation of color #4D7872: hue angle of 171.63º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7872 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB77120114-
CMYK0.3600.050.53
HSL171.63º21.83%38.63%-
HSV(B)171.63º35.83%47.06%-
XYZ12.8116.2318.38-
YUV106.46132.25106.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.76%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=24.76%
G=38.59%
B=36.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771201140.3600.050.53171.6321.8338.63
Hex4D7872240535ac1627
Octal1151701624405652542647
Binary10011011111000111001010010001011101011010110010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,120,114); }

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

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

 a { background-color: rgb(77,120,114); }

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

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

 span { border-color: rgb(77,120,114); }

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