#4C7869

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

Shades of Dark Green Copper #4C7869

Tints of Dark Green Copper #4C7869

Color information

#4C7869 (or 0x4C7869) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 78 and 69. RGB value is (76,120,105). Sum of RGB (Red+Green+Blue) = 76+120+105=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7869 is #B38796. Grayscale: #696969. Windows color (decimal): -11765655 or 6912076. OLE color: 6912076.

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

Color convert

RGB76120105-
CMYK0.3700.130.53
HSL159.55º22.45%38.43%-
HSV(B)159.55º36.67%47.06%-
XYZ12.2515.9915.81-
YUV105.13127.92107.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=25.25%
G=39.87%
B=34.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761201050.3700.130.53159.5522.4538.43
Hex4C7869250D35a01626
Octal11417015145015652402646
Binary100110011110001101001100101011011101011010000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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