Html Css Color HEX #3F746C Dark Green Copper

📋 copy color: '#3F746C'

red 63 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #3F746C

Tints of Dark Green Copper #3F746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 21.95%
G = 40.42%
B = 37.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#3F746C (or 0x3F746C) is known color: Dark Green Copper. HEX triplet: 3F, 74 and 6C. RGB value is (63,116,108). Sum of RGB (Red+Green+Blue) = 63+116+108=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #3F746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F746C is #C08B93. Grayscale: #636363. Windows color (decimal): -12618644 or 7107647. OLE color: 7107647.

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

Color convert

RGB 63 116 108 -
CMYK 0.46 0 0.07 0.55
HSL 170.94º 0.3% 0.35% -
HSV(B) 170.94º 0.46% 0.45% -
XYZ 11 14.63 16.43 -
YUV 99.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 63 116 108 0.46 0 0.07 0.55 170.94 0.3 0.35
Hex 3F 74 6C 2E 0 7 37 AB 1E 23
Octal 77 164 154 56 0 7 67 253 36 43
Binary 111111 1110100 1101100 101110 0 111 110111 10101011 11110 100011

Color Harmonies of #3F746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F746C

Black with #3F746C

Text Example


Text Example

White with #3F746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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