#40776F

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

Shades of Dark Green Copper #40776F

Tints of Dark Green Copper #40776F

Color information

#40776F (or 0x40776F) is unknown color: approx Dark Green Copper. HEX triplet: 40, 77 and 6F. RGB value is (64,119,111). Sum of RGB (Red+Green+Blue) = 64+119+111=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #40776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776F is #BF8890. Grayscale: #656565. Windows color (decimal): -12552337 or 7305024. OLE color: 7305024.

HSL color Cylindrical-coordinate representation of color #40776F: hue angle of 171.27º 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 #40776F is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB64119111-
CMYK0.4600.070.53
HSL171.27º30.05%35.88%-
HSV(B)171.27º46.22%46.67%-
XYZ11.5815.4317.41-
YUV101.64133.28101.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=21.77%
G=40.48%
B=37.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191110.4600.070.53171.2730.0535.88
Hex40776F2E0735ab1e24
Octal1001671575607652533644
Binary10000001110111110111110111001111101011010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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