Html Css Color HEX #3F746D Dark Green Copper

📋 copy color: '#3F746D'

red 63 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #3F746D

Tints of Dark Green Copper #3F746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 21.88%
G = 40.28%
B = 37.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#3F746D (or 0x3F746D) is known color: Dark Green Copper. HEX triplet: 3F, 74 and 6D. RGB value is (63,116,109). Sum of RGB (Red+Green+Blue) = 63+116+109=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #3F746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F746D is #C08B92. Grayscale: #636363. Windows color (decimal): -12618643 or 7173183. OLE color: 7173183.

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

Color convert

RGB 63 116 109 -
CMYK 0.46 0 0.06 0.55
HSL 172.08º 0.3% 0.35% -
HSV(B) 172.08º 0.46% 0.45% -
XYZ 11.06 14.65 16.71 -
YUV 99.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 63 116 109 0.46 0 0.06 0.55 172.08 0.3 0.35
Hex 3F 74 6D 2E 0 6 37 AC 1E 23
Octal 77 164 155 56 0 6 67 254 36 43
Binary 111111 1110100 1101101 101110 0 110 110111 10101100 11110 100011

Color Harmonies of #3F746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F746D

Black with #3F746D

Text Example


Text Example

White with #3F746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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