#41776E

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

Shades of Dark Green Copper #41776E

Tints of Dark Green Copper #41776E

Color information

#41776E (or 0x41776E) is unknown color: approx Dark Green Copper. HEX triplet: 41, 77 and 6E. RGB value is (65,119,110). Sum of RGB (Red+Green+Blue) = 65+119+110=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #41776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41776E is #BE8891. Grayscale: #656565. Windows color (decimal): -12486802 or 7239489. OLE color: 7239489.

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

Color convert

RGB65119110-
CMYK0.4500.080.53
HSL170º29.35%36.08%-
HSV(B)170º45.38%46.67%-
XYZ11.5915.4417.12-
YUV101.83132.61101.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=22.11%
G=40.48%
B=37.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651191100.4500.080.5317029.3536.08
Hex41776E2D0835aa1d24
Octal10116715655010652523544
Binary100000111101111101110101101010001101011010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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