#3F7B74

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

Shades of Dark Green Copper #3F7B74

Tints of Dark Green Copper #3F7B74

Color information

#3F7B74 (or 0x3F7B74) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 7B and 74. RGB value is (63,123,116). Sum of RGB (Red+Green+Blue) = 63+123+116=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B74 is #C0848B. Grayscale: #686868. Windows color (decimal): -12616844 or 7633727. OLE color: 7633727.

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

Color convert

RGB63123116-
CMYK0.4900.060.52
HSL173º32.26%36.47%-
HSV(B)173º48.78%48.24%-
XYZ12.2916.4819.06-
YUV104.26134.6298.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=20.86%
G=40.73%
B=38.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631231160.4900.060.5217332.2636.47
Hex3F7B74310634ad2024
Octal771731646106642554044
Binary11111111110111110100110001011011010010101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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