Html Css Color HEX #40716D Dark Green Copper

📋 copy color: '#40716D'

red 64 ◦ green 113 ◦ blue 109

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

Shades of Dark Green Copper #40716D

Tints of Dark Green Copper #40716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 22.38%
G = 39.51%
B = 38.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#40716D (or 0x40716D) is known color: Dark Green Copper. HEX triplet: 40, 71 and 6D. RGB value is (64,113,109). Sum of RGB (Red+Green+Blue) = 64+113+109=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #40716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716D is #BF8E92. Grayscale: #616161. Windows color (decimal): -12553875 or 7172416. OLE color: 7172416.

HSL color Cylindrical-coordinate representation of color #40716D: hue angle of 175.1º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40716D is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 109 -
CMYK 0.43 0 0.04 0.56
HSL 175.1º 0.28% 0.35% -
HSV(B) 175.1º 0.43% 0.44% -
XYZ 10.78 14 16.6 -
YUV 97.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 64 113 109 0.43 0 0.04 0.56 175.1 0.28 0.35
Hex 40 71 6D 2B 0 4 38 AF 1C 23
Octal 100 161 155 53 0 4 70 257 34 43
Binary 1000000 1110001 1101101 101011 0 100 111000 10101111 11100 100011

Color Harmonies of #40716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40716D

Black with #40716D

Text Example


Text Example

White with #40716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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