#4A7C6F

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

Shades of Dark Green Copper #4A7C6F

Tints of Dark Green Copper #4A7C6F

Color information

#4A7C6F (or 0x4A7C6F) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 7C and 6F. RGB value is (74,124,111). Sum of RGB (Red+Green+Blue) = 74+124+111=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C6F is #B58390. Grayscale: #6B6B6B. Windows color (decimal): -11895697 or 7306314. OLE color: 7306314.

HSL color Cylindrical-coordinate representation of color #4A7C6F: hue angle of 164.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C6F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB74124111-
CMYK0.4000.100.51
HSL164.4º25.25%38.82%-
HSV(B)164.4º40.32%48.63%-
XYZ12.917.0217.64-
YUV107.57129.94104.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=23.95%
G=40.13%
B=35.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal741241110.4000.100.51164.425.2538.82
Hex4A7C6F280A33a41927
Octal11217415750012632443147
Binary100101011111001101111101000010101100111010010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,124,111); }

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

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

 a { background-color: rgb(74,124,111); }

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

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

 span { border-color: rgb(74,124,111); }

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