Html Css Color HEX #406B64 Dark Green Copper

📋 copy color: '#406B64'

red 64 ◦ green 107 ◦ blue 100

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

Shades of Dark Green Copper #406B64

Tints of Dark Green Copper #406B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 23.62%
G = 39.48%
B = 36.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#406B64 (or 0x406B64) is known color: Dark Green Copper. HEX triplet: 40, 6B and 64. RGB value is (64,107,100). Sum of RGB (Red+Green+Blue) = 64+107+100=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #406B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B64 is #BF949B. Grayscale: #5D5D5D. Windows color (decimal): -12555420 or 6581056. OLE color: 6581056.

HSL color Cylindrical-coordinate representation of color #406B64: hue angle of 170.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B64 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 100 -
CMYK 0.40 0 0.07 0.58
HSL 170.23º 0.25% 0.34% -
HSV(B) 170.23º 0.4% 0.42% -
XYZ 9.67 12.53 13.96 -
YUV 93.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 64 107 100 0.40 0 0.07 0.58 170.23 0.25 0.34
Hex 40 6B 64 28 0 7 3A AA 19 22
Octal 100 153 144 50 0 7 72 252 31 42
Binary 1000000 1101011 1100100 101000 0 111 111010 10101010 11001 100010

Color Harmonies of #406B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B64

Black with #406B64

Text Example


Text Example

White with #406B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,100); }

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

background-color css

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

 a { background-color: rgb(64,107,100); }

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

border-color css

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

 span { border-color: rgb(64,107,100); }

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