#4C7872

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

Shades of Dark Green Copper #4C7872

Tints of Dark Green Copper #4C7872

Color information

#4C7872 (or 0x4C7872) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 78 and 72. RGB value is (76,120,114). Sum of RGB (Red+Green+Blue) = 76+120+114=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7872 is #B3878D. Grayscale: #6A6A6A. Windows color (decimal): -11765646 or 7501900. OLE color: 7501900.

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

Color convert

RGB76120114-
CMYK0.3700.050.53
HSL171.82º22.45%38.43%-
HSV(B)171.82º36.67%47.06%-
XYZ12.7316.1818.37-
YUV106.16132.42106.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.52%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=24.52%
G=38.71%
B=36.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761201140.3700.050.53171.8222.4538.43
Hex4C7872250535ac1626
Octal1141701624505652542646
Binary10011001111000111001010010101011101011010110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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