Html Css Color HEX #40766B Dark Green Copper

📋 copy color: '#40766B'

red 64 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #40766B

Tints of Dark Green Copper #40766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 22.15%
G = 40.83%
B = 37.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#40766B (or 0x40766B) is known color: Dark Green Copper. HEX triplet: 40, 76 and 6B. RGB value is (64,118,107). Sum of RGB (Red+Green+Blue) = 64+118+107=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #40766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766B is #BF8994. Grayscale: #646464. Windows color (decimal): -12552597 or 7042624. OLE color: 7042624.

HSL color Cylindrical-coordinate representation of color #40766B: hue angle of 167.78º 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 #40766B is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 107 -
CMYK 0.46 0 0.09 0.54
HSL 167.78º 0.3% 0.36% -
HSV(B) 167.78º 0.46% 0.46% -
XYZ 11.25 15.11 16.23 -
YUV 100.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 64 118 107 0.46 0 0.09 0.54 167.78 0.3 0.36
Hex 40 76 6B 2E 0 9 36 A8 1E 24
Octal 100 166 153 56 0 11 66 250 36 44
Binary 1000000 1110110 1101011 101110 0 1001 110110 10101000 11110 100100

Color Harmonies of #40766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40766B

Black with #40766B

Text Example


Text Example

White with #40766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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