Html Css Color HEX #3F7166 Dark Green Copper

📋 copy color: '#3F7166'

red 63 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #3F7166

Tints of Dark Green Copper #3F7166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 22.66%
G = 40.65%
B = 36.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#3F7166 (or 0x3F7166) is known color: Dark Green Copper. HEX triplet: 3F, 71 and 66. RGB value is (63,113,102). Sum of RGB (Red+Green+Blue) = 63+113+102=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7166 is #C08E99. Grayscale: #606060. Windows color (decimal): -12619418 or 6713663. OLE color: 6713663.

HSL color Cylindrical-coordinate representation of color #3F7166: hue angle of 166.8º 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 #3F7166 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 102 -
CMYK 0.44 0 0.10 0.56
HSL 166.8º 0.28% 0.35% -
HSV(B) 166.8º 0.44% 0.44% -
XYZ 10.35 13.83 14.69 -
YUV 96.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 63 113 102 0.44 0 0.10 0.56 166.8 0.28 0.35
Hex 3F 71 66 2C 0 A 38 A7 1C 23
Octal 77 161 146 54 0 12 70 247 34 43
Binary 111111 1110001 1100110 101100 0 1010 111000 10100111 11100 100011

Color Harmonies of #3F7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7166

Black with #3F7166

Text Example


Text Example

White with #3F7166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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