#3E7670

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

Shades of Dark Green Copper #3E7670

Tints of Dark Green Copper #3E7670

Color information

#3E7670 (or 0x3E7670) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 76 and 70. RGB value is (62,118,112). Sum of RGB (Red+Green+Blue) = 62+118+112=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7670 is #C1898F. Grayscale: #646464. Windows color (decimal): -12683664 or 7370302. OLE color: 7370302.

HSL color Cylindrical-coordinate representation of color #3E7670: hue angle of 173.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7670 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB62118112-
CMYK0.4700.050.54
HSL173.57º31.11%35.29%-
HSV(B)173.57º47.46%46.27%-
XYZ11.3915.1517.65-
YUV100.57134.45100.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=21.23%
G=40.41%
B=38.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621181120.4700.050.54173.5731.1135.29
Hex3E76702F0536ae1f23
Octal761661605705662563743
Binary1111101110110111000010111101011101101010111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7670; }

 p { color: rgb(62,118,112); }

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

<style>
 a { background-color: #3E7670; }

 a { background-color: rgb(62,118,112); }

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

<style>
 span { border-color: #3E7670; }

 span { border-color: rgb(62,118,112); }

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