#40776E

Color #40776E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #40776E

Tints of Dark Green Copper #40776E

Color information

#40776E (or 0x40776E) is unknown color: approx Dark Green Copper. HEX triplet: 40, 77 and 6E. RGB value is (64,119,110). Sum of RGB (Red+Green+Blue) = 64+119+110=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #40776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776E is #BF8891. Grayscale: #656565. Windows color (decimal): -12552338 or 7239488. OLE color: 7239488.

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

Color convert

RGB64119110-
CMYK0.4600.080.53
HSL170.18º30.05%35.88%-
HSV(B)170.18º46.22%46.67%-
XYZ11.5315.4117.12-
YUV101.53132.78101.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=21.84%
G=40.61%
B=37.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191100.4600.080.53170.1830.0535.88
Hex40776E2E0835aa1e24
Octal10016715656010652523644
Binary100000011101111101110101110010001101011010101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40776E;
 }
 .AnyTagClassName
 {
   color: #40776E;
 }
</style>
background-color css

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

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

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

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

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

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