Html Css Color HEX #3F7771 Dark Green Copper

📋 copy color: '#3F7771'

red 63 ◦ green 119 ◦ blue 113

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

Shades of Dark Green Copper #3F7771

Tints of Dark Green Copper #3F7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 21.36%
G = 40.34%
B = 38.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#3F7771 (or 0x3F7771) is known color: Dark Green Copper. HEX triplet: 3F, 77 and 71. RGB value is (63,119,113). Sum of RGB (Red+Green+Blue) = 63+119+113=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7771 is #C0888E. Grayscale: #656565. Windows color (decimal): -12617871 or 7436095. OLE color: 7436095.

HSL color Cylindrical-coordinate representation of color #3F7771: hue angle of 173.57º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7771 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 113 -
CMYK 0.47 0 0.05 0.53
HSL 173.57º 0.31% 0.36% -
HSV(B) 173.57º 0.47% 0.47% -
XYZ 11.63 15.44 17.99 -
YUV 101.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 63 119 113 0.47 0 0.05 0.53 173.57 0.31 0.36
Hex 3F 77 71 2F 0 5 35 AE 1F 24
Octal 77 167 161 57 0 5 65 256 37 44
Binary 111111 1110111 1110001 101111 0 101 110101 10101110 11111 100100

Color Harmonies of #3F7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7771

Black with #3F7771

Text Example


Text Example

White with #3F7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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