#3F6F69

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

Shades of Dark Green Copper #3F6F69

Tints of Dark Green Copper #3F6F69

Color information

#3F6F69 (or 0x3F6F69) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6F and 69. RGB value is (63,111,105). Sum of RGB (Red+Green+Blue) = 63+111+105=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F69 is #C09096. Grayscale: #5F5F5F. Windows color (decimal): -12619927 or 6909759. OLE color: 6909759.

HSL color Cylindrical-coordinate representation of color #3F6F69: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F69 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB63111105-
CMYK0.4300.050.56
HSL172.5º27.59%34.12%-
HSV(B)172.5º43.24%43.53%-
XYZ10.2813.4515.42-
YUV95.96133.1104.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=22.58%
G=39.78%
B=37.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631111050.4300.050.56172.527.5934.12
Hex3F6F692B0538ac1c22
Octal771571515305702543442
Binary1111111101111110100110101101011110001010110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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