Html Css Color HEX #3E7C71 Dark Green Copper

📋 copy color: '#3E7C71'

red 62 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #3E7C71

Tints of Dark Green Copper #3E7C71

RGB

 RED value IS 62 (24.61% from 255) = 20.74%

 GREEN value IS 124 (48.83% from 255) = 41.47%

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

R = 20.74%
G = 41.47%
B = 37.79%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#3E7C71 (or 0x3E7C71) is known color: Dark Green Copper. HEX triplet: 3E, 7C and 71. RGB value is (62,124,113). Sum of RGB (Red+Green+Blue) = 62+124+113=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C71 is #C1838E. Grayscale: #686868. Windows color (decimal): -12682127 or 7437374. OLE color: 7437374.

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

Color convert

RGB 62 124 113 -
CMYK 0.5 0 0.09 0.51
HSL 169.35º 0.33% 0.36% -
HSV(B) 169.35º 0.5% 0.49% -
XYZ 12.17 16.63 18.19 -
YUV 104.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 62 124 113 0.5 0 0.09 0.51 169.35 0.33 0.36
Hex 3E 7C 71 32 0 9 33 A9 21 24
Octal 76 174 161 62 0 11 63 251 41 44
Binary 111110 1111100 1110001 110010 0 1001 110011 10101001 100001 100100

Color Harmonies of #3E7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7C71

Black with #3E7C71

Text Example


Text Example

White with #3E7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,124,113); }

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

background-color css

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

 a { background-color: rgb(62,124,113); }

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

border-color css

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

 span { border-color: rgb(62,124,113); }

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