#4E7A6F

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

Shades of Dark Green Copper #4E7A6F

Tints of Dark Green Copper #4E7A6F

Color information

#4E7A6F (or 0x4E7A6F) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 7A and 6F. RGB value is (78,122,111). Sum of RGB (Red+Green+Blue) = 78+122+111=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7A6F is #B18590. Grayscale: #6B6B6B. Windows color (decimal): -11634065 or 7305806. OLE color: 7305806.

HSL color Cylindrical-coordinate representation of color #4E7A6F: hue angle of 165º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7A6F is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB78122111-
CMYK0.3600.090.52
HSL165º22%39.22%-
HSV(B)165º36.07%47.84%-
XYZ12.9716.6917.58-
YUV107.59129.92106.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.08%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=25.08%
G=39.23%
B=35.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal781221110.3600.090.521652239.22
Hex4E7A6F240934a51627
Octal11617215744011642452647
Binary100111011110101101111100100010011101001010010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,122,111); }

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

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

 a { background-color: rgb(78,122,111); }

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

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

 span { border-color: rgb(78,122,111); }

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