Html Css Color HEX #40786C Dark Green Copper

📋 copy color: '#40786C'

red 64 ◦ green 120 ◦ blue 108

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

Shades of Dark Green Copper #40786C

Tints of Dark Green Copper #40786C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 21.92%
G = 41.1%
B = 36.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#40786C (or 0x40786C) is known color: Dark Green Copper. HEX triplet: 40, 78 and 6C. RGB value is (64,120,108). Sum of RGB (Red+Green+Blue) = 64+120+108=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #40786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786C is #BF8793. Grayscale: #656565. Windows color (decimal): -12552084 or 7108672. OLE color: 7108672.

HSL color Cylindrical-coordinate representation of color #40786C: hue angle of 167.14º 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 #40786C is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 108 -
CMYK 0.47 0 0.10 0.53
HSL 167.14º 0.3% 0.36% -
HSV(B) 167.14º 0.47% 0.47% -
XYZ 11.54 15.61 16.59 -
YUV 101.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 64 120 108 0.47 0 0.10 0.53 167.14 0.3 0.36
Hex 40 78 6C 2F 0 A 35 A7 1E 24
Octal 100 170 154 57 0 12 65 247 36 44
Binary 1000000 1111000 1101100 101111 0 1010 110101 10100111 11110 100100

Color Harmonies of #40786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40786C

Black with #40786C

Text Example


Text Example

White with #40786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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