#3F7369

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

Shades of Dark Green Copper #3F7369

Tints of Dark Green Copper #3F7369

Color information

#3F7369 (or 0x3F7369) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 73 and 69. RGB value is (63,115,105). Sum of RGB (Red+Green+Blue) = 63+115+105=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7369 is #C08C96. Grayscale: #626262. Windows color (decimal): -12618903 or 6910783. OLE color: 6910783.

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

Color convert

RGB63115105-
CMYK0.4500.090.55
HSL168.46º29.21%34.9%-
HSV(B)168.46º45.22%45.1%-
XYZ10.7314.3415.57-
YUV98.31131.77102.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=22.26%
G=40.64%
B=37.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631151050.4500.090.55168.4629.2134.9
Hex3F73692D0937a81d23
Octal7716315155011672503543
Binary11111111100111101001101101010011101111010100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,105); }

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

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

 a { background-color: rgb(63,115,105); }

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

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

 span { border-color: rgb(63,115,105); }

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