Html Css Color HEX #406D63 Dark Green Copper

📋 copy color: '#406D63'

red 64 ◦ green 109 ◦ blue 99

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

Shades of Dark Green Copper #406D63

Tints of Dark Green Copper #406D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 99 (39.06% from 255) = 36.4%

R = 23.53%
G = 40.07%
B = 36.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#406D63 (or 0x406D63) is known color: Dark Green Copper. HEX triplet: 40, 6D and 63. RGB value is (64,109,99). Sum of RGB (Red+Green+Blue) = 64+109+99=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 109 - color contains mainly: green. Hex color #406D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D63 is #BF929C. Grayscale: #5E5E5E. Windows color (decimal): -12554909 or 6516032. OLE color: 6516032.

HSL color Cylindrical-coordinate representation of color #406D63: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406D63 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 109 99 -
CMYK 0.41 0 0.09 0.57
HSL 166.67º 0.26% 0.34% -
HSV(B) 166.67º 0.41% 0.43% -
XYZ 9.84 12.93 13.78 -
YUV 94.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 64 109 99 0.41 0 0.09 0.57 166.67 0.26 0.34
Hex 40 6D 63 29 0 9 39 A7 1A 22
Octal 100 155 143 51 0 11 71 247 32 42
Binary 1000000 1101101 1100011 101001 0 1001 111001 10100111 11010 100010

Color Harmonies of #406D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D63

Black with #406D63

Text Example


Text Example

White with #406D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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