Html Css Color HEX #3F7E75 Dark Green Copper

📋 copy color: '#3F7E75'

red 63 ◦ green 126 ◦ blue 117

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

Shades of Dark Green Copper #3F7E75

Tints of Dark Green Copper #3F7E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#3F7E75 (or 0x3F7E75) is known color: Dark Green Copper. HEX triplet: 3F, 7E and 75. RGB value is (63,126,117). Sum of RGB (Red+Green+Blue) = 63+126+117=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E75 is #C0818A. Grayscale: #6A6A6A. Windows color (decimal): -12616075 or 7700031. OLE color: 7700031.

HSL color Cylindrical-coordinate representation of color #3F7E75: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7E75 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 126 117 -
CMYK 0.50 0 0.07 0.51
HSL 171.43º 0.33% 0.37% -
HSV(B) 171.43º 0.5% 0.49% -
XYZ 12.72 17.26 19.49 -
YUV 106.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 63 126 117 0.50 0 0.07 0.51 171.43 0.33 0.37
Hex 3F 7E 75 32 0 7 33 AB 21 25
Octal 77 176 165 62 0 7 63 253 41 45
Binary 111111 1111110 1110101 110010 0 111 110011 10101011 100001 100101

Color Harmonies of #3F7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7E75

Black with #3F7E75

Text Example


Text Example

White with #3F7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,126,117); }

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

background-color css

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

 a { background-color: rgb(63,126,117); }

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

border-color css

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

 span { border-color: rgb(63,126,117); }

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