Html Css Color HEX #40786B Dark Green Copper

📋 copy color: '#40786B'

red 64 ◦ green 120 ◦ blue 107

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

Shades of Dark Green Copper #40786B

Tints of Dark Green Copper #40786B

RGB

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

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

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

R = 21.99%
G = 41.24%
B = 36.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#40786B (or 0x40786B) is known color: Dark Green Copper. HEX triplet: 40, 78 and 6B. RGB value is (64,120,107). Sum of RGB (Red+Green+Blue) = 64+120+107=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #40786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786B is #BF8794. Grayscale: #656565. Windows color (decimal): -12552085 or 7043136. OLE color: 7043136.

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

Color convert

RGB 64 120 107 -
CMYK 0.47 0 0.11 0.53
HSL 166.07º 0.3% 0.36% -
HSV(B) 166.07º 0.47% 0.47% -
XYZ 11.48 15.58 16.31 -
YUV 101.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 64 120 107 0.47 0 0.11 0.53 166.07 0.3 0.36
Hex 40 78 6B 2F 0 B 35 A6 1E 24
Octal 100 170 153 57 0 13 65 246 36 44
Binary 1000000 1111000 1101011 101111 0 1011 110101 10100110 11110 100100

Color Harmonies of #40786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40786B

Black with #40786B

Text Example


Text Example

White with #40786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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