Html Css Color HEX #406661 Dark Green Copper

📋 copy color: '#406661'

red 64 ◦ green 102 ◦ blue 97

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

Shades of Dark Green Copper #406661

Tints of Dark Green Copper #406661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 24.33%
G = 38.78%
B = 36.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#406661 (or 0x406661) is known color: Dark Green Copper. HEX triplet: 40, 66 and 61. RGB value is (64,102,97). Sum of RGB (Red+Green+Blue) = 64+102+97=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #406661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406661 is #BF999E. Grayscale: #5A5A5A. Windows color (decimal): -12556703 or 6383168. OLE color: 6383168.

HSL color Cylindrical-coordinate representation of color #406661: hue angle of 172.11º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406661 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 97 -
CMYK 0.37 0 0.05 0.6
HSL 172.11º 0.23% 0.33% -
HSV(B) 172.11º 0.37% 0.4% -
XYZ 9.02 11.46 13.04 -
YUV 90.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 64 102 97 0.37 0 0.05 0.6 172.11 0.23 0.33
Hex 40 66 61 25 0 5 3C AC 17 21
Octal 100 146 141 45 0 5 74 254 27 41
Binary 1000000 1100110 1100001 100101 0 101 111100 10101100 10111 100001

Color Harmonies of #406661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406661

Black with #406661

Text Example


Text Example

White with #406661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406661; }

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

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

background-color css

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

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

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

border-color css

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

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

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