Html Css Color HEX #407E74 Dark Green Copper

📋 copy color: '#407E74'

red 64 ◦ green 126 ◦ blue 116

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

Shades of Dark Green Copper #407E74

Tints of Dark Green Copper #407E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 20.92%
G = 41.18%
B = 37.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#407E74 (or 0x407E74) is known color: Dark Green Copper. HEX triplet: 40, 7E and 74. RGB value is (64,126,116). Sum of RGB (Red+Green+Blue) = 64+126+116=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #407E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E74 is #BF818B. Grayscale: #6A6A6A. Windows color (decimal): -12550540 or 7634496. OLE color: 7634496.

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

Color convert

RGB 64 126 116 -
CMYK 0.49 0 0.08 0.51
HSL 170.32º 0.33% 0.37% -
HSV(B) 170.32º 0.49% 0.49% -
XYZ 12.73 17.27 19.19 -
YUV 106.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 64 126 116 0.49 0 0.08 0.51 170.32 0.33 0.37
Hex 40 7E 74 31 0 8 33 AA 21 25
Octal 100 176 164 61 0 10 63 252 41 45
Binary 1000000 1111110 1110100 110001 0 1000 110011 10101010 100001 100101

Color Harmonies of #407E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E74

Black with #407E74

Text Example


Text Example

White with #407E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,116); }

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

background-color css

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

 a { background-color: rgb(64,126,116); }

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

border-color css

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

 span { border-color: rgb(64,126,116); }

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