Html Css Color HEX #407C73 Dark Green Copper

📋 copy color: '#407C73'

red 64 ◦ green 124 ◦ blue 115

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

Shades of Dark Green Copper #407C73

Tints of Dark Green Copper #407C73

RGB

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

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

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

R = 21.12%
G = 40.92%
B = 37.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#407C73 (or 0x407C73) is known color: Dark Green Copper. HEX triplet: 40, 7C and 73. RGB value is (64,124,115). Sum of RGB (Red+Green+Blue) = 64+124+115=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #407C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C73 is #BF838C. Grayscale: #696969. Windows color (decimal): -12551053 or 7568448. OLE color: 7568448.

HSL color Cylindrical-coordinate representation of color #407C73: hue angle of 171º 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 #407C73 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 115 -
CMYK 0.48 0 0.07 0.51
HSL 171º 0.32% 0.37% -
HSV(B) 171º 0.48% 0.49% -
XYZ 12.42 16.74 18.8 -
YUV 105.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 64 124 115 0.48 0 0.07 0.51 171 0.32 0.37
Hex 40 7C 73 30 0 7 33 AB 20 25
Octal 100 174 163 60 0 7 63 253 40 45
Binary 1000000 1111100 1110011 110000 0 111 110011 10101011 100000 100101

Color Harmonies of #407C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C73

Black with #407C73

Text Example


Text Example

White with #407C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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