Html Css Color HEX #407C74 Dark Green Copper

📋 copy color: '#407C74'

red 64 ◦ green 124 ◦ blue 116

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

Shades of Dark Green Copper #407C74

Tints of Dark Green Copper #407C74

RGB

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

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

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

R = 21.05%
G = 40.79%
B = 38.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#407C74 (or 0x407C74) is known color: Dark Green Copper. HEX triplet: 40, 7C and 74. RGB value is (64,124,116). Sum of RGB (Red+Green+Blue) = 64+124+116=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #407C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C74 is #BF838B. Grayscale: #696969. Windows color (decimal): -12551052 or 7633984. OLE color: 7633984.

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

Color convert

RGB 64 124 116 -
CMYK 0.48 0 0.06 0.51
HSL 172º 0.32% 0.37% -
HSV(B) 172º 0.48% 0.49% -
XYZ 12.47 16.77 19.1 -
YUV 105.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 64 124 116 0.48 0 0.06 0.51 172 0.32 0.37
Hex 40 7C 74 30 0 6 33 AC 20 25
Octal 100 174 164 60 0 6 63 254 40 45
Binary 1000000 1111100 1110100 110000 0 110 110011 10101100 100000 100101

Color Harmonies of #407C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C74

Black with #407C74

Text Example


Text Example

White with #407C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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