Html Css Color HEX #40786E Dark Green Copper

📋 copy color: '#40786E'

red 64 ◦ green 120 ◦ blue 110

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

Shades of Dark Green Copper #40786E

Tints of Dark Green Copper #40786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.82%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 21.77%
G = 40.82%
B = 37.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#40786E (or 0x40786E) is known color: Dark Green Copper. HEX triplet: 40, 78 and 6E. RGB value is (64,120,110). Sum of RGB (Red+Green+Blue) = 64+120+110=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #40786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786E is #BF8791. Grayscale: #666666. Windows color (decimal): -12552082 or 7239744. OLE color: 7239744.

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

Color convert

RGB 64 120 110 -
CMYK 0.47 0 0.08 0.53
HSL 169.29º 0.3% 0.36% -
HSV(B) 169.29º 0.47% 0.47% -
XYZ 11.65 15.65 17.16 -
YUV 102.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 64 120 110 0.47 0 0.08 0.53 169.29 0.3 0.36
Hex 40 78 6E 2F 0 8 35 A9 1E 24
Octal 100 170 156 57 0 10 65 251 36 44
Binary 1000000 1111000 1101110 101111 0 1000 110101 10101001 11110 100100

Color Harmonies of #40786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40786E

Black with #40786E

Text Example


Text Example

White with #40786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40786E; }

 p { color: rgb(64,120,110); }

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

background-color css

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

 a { background-color: rgb(64,120,110); }

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

border-color css

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

 span { border-color: rgb(64,120,110); }

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