#41776F

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

Shades of Dark Green Copper #41776F

Tints of Dark Green Copper #41776F

Color information

#41776F (or 0x41776F) is unknown color: approx Dark Green Copper. HEX triplet: 41, 77 and 6F. RGB value is (65,119,111). Sum of RGB (Red+Green+Blue) = 65+119+111=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #41776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41776F is #BE8890. Grayscale: #656565. Windows color (decimal): -12486801 or 7305025. OLE color: 7305025.

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

Color convert

RGB65119111-
CMYK0.4500.070.53
HSL171.11º29.35%36.08%-
HSV(B)171.11º45.38%46.67%-
XYZ11.6515.4717.41-
YUV101.94133.11101.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=22.03%
G=40.34%
B=37.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651191110.4500.070.53171.1129.3536.08
Hex41776F2D0735ab1d24
Octal1011671575507652533544
Binary10000011110111110111110110101111101011010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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