#3F7B70

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

Shades of Dark Green Copper #3F7B70

Tints of Dark Green Copper #3F7B70

Color information

#3F7B70 (or 0x3F7B70) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 7B and 70. RGB value is (63,123,112). Sum of RGB (Red+Green+Blue) = 63+123+112=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B70 is #C0848F. Grayscale: #676767. Windows color (decimal): -12616848 or 7371583. OLE color: 7371583.

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

Color convert

RGB63123112-
CMYK0.4900.090.52
HSL169º32.26%36.47%-
HSV(B)169º48.78%48.24%-
XYZ12.0616.3917.86-
YUV103.81132.6298.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=21.14%
G=41.28%
B=37.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631231120.4900.090.5216932.2636.47
Hex3F7B70310934a92024
Octal7717316061011642514044
Binary111111111101111100001100010100111010010101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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