Html Css Color HEX #407D73 Dark Green Copper

📋 copy color: '#407D73'

red 64 ◦ green 125 ◦ blue 115

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

Shades of Dark Green Copper #407D73

Tints of Dark Green Copper #407D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 21.05%
G = 41.12%
B = 37.83%

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

#407D73 (or 0x407D73) is known color: Dark Green Copper. HEX triplet: 40, 7D and 73. RGB value is (64,125,115). Sum of RGB (Red+Green+Blue) = 64+125+115=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #407D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D73 is #BF828C. Grayscale: #696969. Windows color (decimal): -12550797 or 7568704. OLE color: 7568704.

HSL color Cylindrical-coordinate representation of color #407D73: hue angle of 170.16º degrees, saturation: 0.32, 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 #407D73 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 115 -
CMYK 0.49 0 0.08 0.51
HSL 170.16º 0.32% 0.37% -
HSV(B) 170.16º 0.49% 0.49% -
XYZ 12.54 17 18.84 -
YUV 105.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 64 125 115 0.49 0 0.08 0.51 170.16 0.32 0.37
Hex 40 7D 73 31 0 8 33 AA 20 25
Octal 100 175 163 61 0 10 63 252 40 45
Binary 1000000 1111101 1110011 110001 0 1000 110011 10101010 100000 100101

Color Harmonies of #407D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D73

Black with #407D73

Text Example


Text Example

White with #407D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,115); }

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

background-color css

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

 a { background-color: rgb(64,125,115); }

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

border-color css

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

 span { border-color: rgb(64,125,115); }

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