Html Css Color HEX #40766D Dark Green Copper

📋 copy color: '#40766D'

red 64 ◦ green 118 ◦ blue 109

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

Shades of Dark Green Copper #40766D

Tints of Dark Green Copper #40766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 21.99%
G = 40.55%
B = 37.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#40766D (or 0x40766D) is known color: Dark Green Copper. HEX triplet: 40, 76 and 6D. RGB value is (64,118,109). Sum of RGB (Red+Green+Blue) = 64+118+109=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #40766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766D is #BF8992. Grayscale: #646464. Windows color (decimal): -12552595 or 7173696. OLE color: 7173696.

HSL color Cylindrical-coordinate representation of color #40766D: hue angle of 170º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40766D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 109 -
CMYK 0.46 0 0.08 0.54
HSL 170º 0.3% 0.36% -
HSV(B) 170º 0.46% 0.46% -
XYZ 11.35 15.15 16.79 -
YUV 100.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 64 118 109 0.46 0 0.08 0.54 170 0.3 0.36
Hex 40 76 6D 2E 0 8 36 AA 1E 24
Octal 100 166 155 56 0 10 66 252 36 44
Binary 1000000 1110110 1101101 101110 0 1000 110110 10101010 11110 100100

Color Harmonies of #40766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40766D

Black with #40766D

Text Example


Text Example

White with #40766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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