Html Css Color HEX #407C71 Dark Green Copper

📋 copy color: '#407C71'

red 64 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #407C71

Tints of Dark Green Copper #407C71

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

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

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

R = 21.26%
G = 41.2%
B = 37.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#407C71 (or 0x407C71) is known color: Dark Green Copper. HEX triplet: 40, 7C and 71. RGB value is (64,124,113). Sum of RGB (Red+Green+Blue) = 64+124+113=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #407C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C71 is #BF838E. Grayscale: #686868. Windows color (decimal): -12551055 or 7437376. OLE color: 7437376.

HSL color Cylindrical-coordinate representation of color #407C71: hue angle of 169º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C71 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 113 -
CMYK 0.48 0 0.09 0.51
HSL 169º 0.32% 0.37% -
HSV(B) 169º 0.48% 0.49% -
XYZ 12.3 16.7 18.2 -
YUV 104.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 64 124 113 0.48 0 0.09 0.51 169 0.32 0.37
Hex 40 7C 71 30 0 9 33 A9 20 25
Octal 100 174 161 60 0 11 63 251 40 45
Binary 1000000 1111100 1110001 110000 0 1001 110011 10101001 100000 100101

Color Harmonies of #407C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C71

Black with #407C71

Text Example


Text Example

White with #407C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407C71; }

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

 H1.HeaderClassName
 {
   color: #407C71;
 }
 .AnyTagClassName
 {
   color: #407C71;
 }
</style>

background-color css

<style>
 a { background-color: #407C71; }

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

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

border-color css

<style>
 span { border-color: #407C71; }

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

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