Html Css Color HEX #3F746B Dark Green Copper

📋 copy color: '#3F746B'

red 63 ◦ green 116 ◦ blue 107

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

Shades of Dark Green Copper #3F746B

Tints of Dark Green Copper #3F746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 22.03%
G = 40.56%
B = 37.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#3F746B (or 0x3F746B) is known color: Dark Green Copper. HEX triplet: 3F, 74 and 6B. RGB value is (63,116,107). Sum of RGB (Red+Green+Blue) = 63+116+107=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #3F746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F746B is #C08B94. Grayscale: #636363. Windows color (decimal): -12618645 or 7042111. OLE color: 7042111.

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

Color convert

RGB 63 116 107 -
CMYK 0.46 0 0.08 0.55
HSL 169.81º 0.3% 0.35% -
HSV(B) 169.81º 0.46% 0.45% -
XYZ 10.95 14.61 16.15 -
YUV 99.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 63 116 107 0.46 0 0.08 0.55 169.81 0.3 0.35
Hex 3F 74 6B 2E 0 8 37 AA 1E 23
Octal 77 164 153 56 0 10 67 252 36 43
Binary 111111 1110100 1101011 101110 0 1000 110111 10101010 11110 100011

Color Harmonies of #3F746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F746B

Black with #3F746B

Text Example


Text Example

White with #3F746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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