#4C7870

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

Shades of Dark Green Copper #4C7870

Tints of Dark Green Copper #4C7870

Color information

#4C7870 (or 0x4C7870) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 78 and 70. RGB value is (76,120,112). Sum of RGB (Red+Green+Blue) = 76+120+112=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7870 is #B3878F. Grayscale: #696969. Windows color (decimal): -11765648 or 7370828. OLE color: 7370828.

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

Color convert

RGB76120112-
CMYK0.3700.070.53
HSL169.09º22.45%38.43%-
HSV(B)169.09º36.67%47.06%-
XYZ12.6216.1417.78-
YUV105.93131.42106.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.68%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=24.68%
G=38.96%
B=36.36%

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
Decimal761201120.3700.070.53169.0922.4538.43
Hex4C7870250735a91626
Octal1141701604507652512646
Binary10011001111000111000010010101111101011010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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