Html Css Color HEX #3F7164 Dark Green Copper

📋 copy color: '#3F7164'

red 63 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #3F7164

Tints of Dark Green Copper #3F7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 22.83%
G = 40.94%
B = 36.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#3F7164 (or 0x3F7164) is known color: Dark Green Copper. HEX triplet: 3F, 71 and 64. RGB value is (63,113,100). Sum of RGB (Red+Green+Blue) = 63+113+100=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7164 is #C08E9B. Grayscale: #606060. Windows color (decimal): -12619420 or 6582591. OLE color: 6582591.

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

Color convert

RGB 63 113 100 -
CMYK 0.44 0 0.12 0.56
HSL 164.4º 0.28% 0.35% -
HSV(B) 164.4º 0.44% 0.44% -
XYZ 10.26 13.79 14.18 -
YUV 96.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 63 113 100 0.44 0 0.12 0.56 164.4 0.28 0.35
Hex 3F 71 64 2C 0 C 38 A4 1C 23
Octal 77 161 144 54 0 14 70 244 34 43
Binary 111111 1110001 1100100 101100 0 1100 111000 10100100 11100 100011

Color Harmonies of #3F7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7164

Black with #3F7164

Text Example


Text Example

White with #3F7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,100); }

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

background-color css

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

 a { background-color: rgb(63,113,100); }

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

border-color css

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

 span { border-color: rgb(63,113,100); }

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