Html Css Color HEX #407D72 Dark Green Copper

📋 copy color: '#407D72'

red 64 ◦ green 125 ◦ blue 114

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

Shades of Dark Green Copper #407D72

Tints of Dark Green Copper #407D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 21.12%
G = 41.25%
B = 37.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#407D72 (or 0x407D72) is known color: Dark Green Copper. HEX triplet: 40, 7D and 72. RGB value is (64,125,114). Sum of RGB (Red+Green+Blue) = 64+125+114=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #407D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D72 is #BF828D. Grayscale: #696969. Windows color (decimal): -12550798 or 7503168. OLE color: 7503168.

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

Color convert

RGB 64 125 114 -
CMYK 0.49 0 0.09 0.51
HSL 169.18º 0.32% 0.37% -
HSV(B) 169.18º 0.49% 0.49% -
XYZ 12.49 16.97 18.54 -
YUV 105.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 64 125 114 0.49 0 0.09 0.51 169.18 0.32 0.37
Hex 40 7D 72 31 0 9 33 A9 20 25
Octal 100 175 162 61 0 11 63 251 40 45
Binary 1000000 1111101 1110010 110001 0 1001 110011 10101001 100000 100101

Color Harmonies of #407D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D72

Black with #407D72

Text Example


Text Example

White with #407D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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