#3E7870

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

Shades of Dark Green Copper #3E7870

Tints of Dark Green Copper #3E7870

Color information

#3E7870 (or 0x3E7870) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 78 and 70. RGB value is (62,120,112). Sum of RGB (Red+Green+Blue) = 62+120+112=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7870 is #C1878F. Grayscale: #656565. Windows color (decimal): -12683152 or 7370814. OLE color: 7370814.

HSL color Cylindrical-coordinate representation of color #3E7870: hue angle of 171.72º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7870 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB62120112-
CMYK0.4800.070.53
HSL171.72º31.87%35.69%-
HSV(B)171.72º48.33%47.06%-
XYZ11.6315.6317.73-
YUV101.75133.7899.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.09%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=21.09%
G=40.82%
B=38.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621201120.4800.070.53171.7231.8735.69
Hex3E7870300735ac2024
Octal761701606007652544044
Binary11111011110001110000110000011111010110101100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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