Html Css Color HEX #3F746E Dark Green Copper

📋 copy color: '#3F746E'

red 63 ◦ green 116 ◦ blue 110

#3F746E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #3F746E

Tints of Dark Green Copper #3F746E

RGB

 RED value IS 63 (25% from 255) = 21.8%

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 21.8%
G = 40.14%
B = 38.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#3F746E (or 0x3F746E) is known color: Dark Green Copper. HEX triplet: 3F, 74 and 6E. RGB value is (63,116,110). Sum of RGB (Red+Green+Blue) = 63+116+110=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #3F746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F746E is #C08B91. Grayscale: #636363. Windows color (decimal): -12618642 or 7238719. OLE color: 7238719.

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

Color convert

RGB 63 116 110 -
CMYK 0.46 0 0.05 0.55
HSL 173.21º 0.3% 0.35% -
HSV(B) 173.21º 0.46% 0.45% -
XYZ 11.11 14.67 17 -
YUV 99.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 63 116 110 0.46 0 0.05 0.55 173.21 0.3 0.35
Hex 3F 74 6E 2E 0 5 37 AD 1E 23
Octal 77 164 156 56 0 5 67 255 36 43
Binary 111111 1110100 1101110 101110 0 101 110111 10101101 11110 100011

Color Harmonies of #3F746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F746E

Black with #3F746E

Text Example


Text Example

White with #3F746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F746E;
 }
 .AnyTagClassName
 {
   color: #3F746E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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