#3E7268

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

Shades of Dark Green Copper #3E7268

Tints of Dark Green Copper #3E7268

Color information

#3E7268 (or 0x3E7268) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 72 and 68. RGB value is (62,114,104). Sum of RGB (Red+Green+Blue) = 62+114+104=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #3E7268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7268 is #C18D97. Grayscale: #616161. Windows color (decimal): -12684696 or 6844990. OLE color: 6844990.

HSL color Cylindrical-coordinate representation of color #3E7268: hue angle of 168.46º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7268 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB62114104-
CMYK0.4600.090.55
HSL168.46º29.55%34.51%-
HSV(B)168.46º45.61%44.71%-
XYZ10.514.0615.26-
YUV97.31131.77102.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=22.14%
G=40.71%
B=37.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621141040.4600.090.55168.4629.5534.51
Hex3E72682E0937a81e23
Octal7616215056011672503643
Binary11111011100101101000101110010011101111010100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,104); }

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

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

 a { background-color: rgb(62,114,104); }

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

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

 span { border-color: rgb(62,114,104); }

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