#4A776E

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

Shades of Dark Green Copper #4A776E

Tints of Dark Green Copper #4A776E

Color information

#4A776E (or 0x4A776E) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 77 and 6E. RGB value is (74,119,110). Sum of RGB (Red+Green+Blue) = 74+119+110=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #4A776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A776E is #B58891. Grayscale: #686868. Windows color (decimal): -11896978 or 7239498. OLE color: 7239498.

HSL color Cylindrical-coordinate representation of color #4A776E: hue angle of 168º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A776E is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB74119110-
CMYK0.3800.080.53
HSL168º23.32%37.84%-
HSV(B)168º37.82%46.67%-
XYZ12.2415.7817.15-
YUV104.52131.09106.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=24.42%
G=39.27%
B=36.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741191100.3800.080.5316823.3237.84
Hex4A776E260835a81726
Octal11216715646010652502746
Binary100101011101111101110100110010001101011010100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,110); }

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

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

 a { background-color: rgb(74,119,110); }

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

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

 span { border-color: rgb(74,119,110); }

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