Html Css Color HEX #407971 Dark Green Copper

📋 copy color: '#407971'

red 64 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #407971

Tints of Dark Green Copper #407971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 21.48%
G = 40.6%
B = 37.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#407971 (or 0x407971) is known color: Dark Green Copper. HEX triplet: 40, 79 and 71. RGB value is (64,121,113). Sum of RGB (Red+Green+Blue) = 64+121+113=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #407971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407971 is #BF868E. Grayscale: #676767. Windows color (decimal): -12551823 or 7436608. OLE color: 7436608.

HSL color Cylindrical-coordinate representation of color #407971: hue angle of 171.58º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407971 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 113 -
CMYK 0.47 0 0.07 0.53
HSL 171.58º 0.31% 0.36% -
HSV(B) 171.58º 0.47% 0.47% -
XYZ 11.93 15.96 18.07 -
YUV 103.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 64 121 113 0.47 0 0.07 0.53 171.58 0.31 0.36
Hex 40 79 71 2F 0 7 35 AC 1F 24
Octal 100 171 161 57 0 7 65 254 37 44
Binary 1000000 1111001 1110001 101111 0 111 110101 10101100 11111 100100

Color Harmonies of #407971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407971

Black with #407971

Text Example


Text Example

White with #407971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407971; }

 p { color: rgb(64,121,113); }

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

background-color css

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

 a { background-color: rgb(64,121,113); }

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

border-color css

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

 span { border-color: rgb(64,121,113); }

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