#3F7A70

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

Shades of Dark Green Copper #3F7A70

Tints of Dark Green Copper #3F7A70

Color information

#3F7A70 (or 0x3F7A70) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 7A and 70. RGB value is (63,122,112). Sum of RGB (Red+Green+Blue) = 63+122+112=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A70 is #C0858F. Grayscale: #676767. Windows color (decimal): -12617104 or 7371327. OLE color: 7371327.

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

Color convert

RGB63122112-
CMYK0.4800.080.52
HSL169.83º31.89%36.27%-
HSV(B)169.83º48.36%47.84%-
XYZ11.9316.1517.82-
YUV103.22132.9599.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=21.21%
G=41.08%
B=37.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631221120.4800.080.52169.8331.8936.27
Hex3F7A70300834aa2024
Octal7717216060010642524044
Binary111111111101011100001100000100011010010101010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,112); }

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

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

 a { background-color: rgb(63,122,112); }

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

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

 span { border-color: rgb(63,122,112); }

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