#3E756E

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

Shades of Dark Green Copper #3E756E

Tints of Dark Green Copper #3E756E

Color information

#3E756E (or 0x3E756E) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 75 and 6E. RGB value is (62,117,110). Sum of RGB (Red+Green+Blue) = 62+117+110=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #3E756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E756E is #C18A91. Grayscale: #636363. Windows color (decimal): -12683922 or 7238974. OLE color: 7238974.

HSL color Cylindrical-coordinate representation of color #3E756E: hue angle of 172.36º 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 #3E756E is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB62117110-
CMYK0.4700.060.54
HSL172.36º30.73%35.1%-
HSV(B)172.36º47.01%45.88%-
XYZ11.1614.8717.03-
YUV99.76133.78101.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=21.45%
G=40.48%
B=38.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621171100.4700.060.54172.3630.7335.1
Hex3E756E2F0636ac1f23
Octal761651565706662543743
Binary1111101110101110111010111101101101101010110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,110); }

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

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

 a { background-color: rgb(62,117,110); }

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

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

 span { border-color: rgb(62,117,110); }

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