Html Css Color HEX #406A66 Dark Green Copper

📋 copy color: '#406A66'

red 64 ◦ green 106 ◦ blue 102

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

Shades of Dark Green Copper #406A66

Tints of Dark Green Copper #406A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 23.53%
G = 38.97%
B = 37.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#406A66 (or 0x406A66) is known color: Dark Green Copper. HEX triplet: 40, 6A and 66. RGB value is (64,106,102). Sum of RGB (Red+Green+Blue) = 64+106+102=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #406A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A66 is #BF9599. Grayscale: #5C5C5C. Windows color (decimal): -12555674 or 6711872. OLE color: 6711872.

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

Color convert

RGB 64 106 102 -
CMYK 0.40 0 0.04 0.58
HSL 174.29º 0.25% 0.33% -
HSV(B) 174.29º 0.4% 0.42% -
XYZ 9.67 12.36 14.45 -
YUV 92.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 64 106 102 0.40 0 0.04 0.58 174.29 0.25 0.33
Hex 40 6A 66 28 0 4 3A AE 19 21
Octal 100 152 146 50 0 4 72 256 31 41
Binary 1000000 1101010 1100110 101000 0 100 111010 10101110 11001 100001

Color Harmonies of #406A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A66

Black with #406A66

Text Example


Text Example

White with #406A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,102); }

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

background-color css

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

 a { background-color: rgb(64,106,102); }

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

border-color css

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

 span { border-color: rgb(64,106,102); }

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