#4C716A

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

Shades of Dark Green Copper #4C716A

Tints of Dark Green Copper #4C716A

Color information

#4C716A (or 0x4C716A) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 71 and 6A. RGB value is (76,113,106). Sum of RGB (Red+Green+Blue) = 76+113+106=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #4C716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C716A is #B38E95. Grayscale: #656565. Windows color (decimal): -11767446 or 6975820. OLE color: 6975820.

HSL color Cylindrical-coordinate representation of color #4C716A: hue angle of 168.65º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C716A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB76113106-
CMYK0.3300.060.56
HSL168.65º19.58%37.06%-
HSV(B)168.65º32.74%44.31%-
XYZ11.4914.3915.81-
YUV101.14130.74110.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=25.76%
G=38.31%
B=35.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761131060.3300.060.56168.6519.5837.06
Hex4C716A210638a91425
Octal1141611524106702512445
Binary10011001110001110101010000101101110001010100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,113,106); }

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

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

 a { background-color: rgb(76,113,106); }

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

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

 span { border-color: rgb(76,113,106); }

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