Html Css Color HEX #406763 Dark Green Copper

📋 copy color: '#406763'

red 64 ◦ green 103 ◦ blue 99

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

Shades of Dark Green Copper #406763

Tints of Dark Green Copper #406763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

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

R = 24.06%
G = 38.72%
B = 37.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#406763 (or 0x406763) is known color: Dark Green Copper. HEX triplet: 40, 67 and 63. RGB value is (64,103,99). Sum of RGB (Red+Green+Blue) = 64+103+99=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #406763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406763 is #BF989C. Grayscale: #5A5A5A. Windows color (decimal): -12556445 or 6514496. OLE color: 6514496.

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

Color convert

RGB 64 103 99 -
CMYK 0.38 0 0.04 0.60
HSL 173.85º 0.23% 0.33% -
HSV(B) 173.85º 0.38% 0.4% -
XYZ 9.22 11.69 13.58 -
YUV 90.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 64 103 99 0.38 0 0.04 0.60 173.85 0.23 0.33
Hex 40 67 63 26 0 4 3C AE 17 21
Octal 100 147 143 46 0 4 74 256 27 41
Binary 1000000 1100111 1100011 100110 0 100 111100 10101110 10111 100001

Color Harmonies of #406763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406763

Black with #406763

Text Example


Text Example

White with #406763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406763; }

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

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

background-color css

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

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

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

border-color css

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

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

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