#41716C

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

Shades of Dark Green Copper #41716C

Tints of Dark Green Copper #41716C

Color information

#41716C (or 0x41716C) is unknown color: approx Dark Green Copper. HEX triplet: 41, 71 and 6C. RGB value is (65,113,108). Sum of RGB (Red+Green+Blue) = 65+113+108=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #41716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716C is #BE8E93. Grayscale: #626262. Windows color (decimal): -12488340 or 7106881. OLE color: 7106881.

HSL color Cylindrical-coordinate representation of color #41716C: hue angle of 173.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41716C is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB65113108-
CMYK0.4200.040.56
HSL173.75º26.97%34.9%-
HSV(B)173.75º42.48%44.31%-
XYZ10.7914.0216.32-
YUV98.08133.6104.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=22.73%
G=39.51%
B=37.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651131080.4200.040.56173.7526.9734.9
Hex41716C2A0438ae1b23
Octal1011611545204702563343
Binary10000011110001110110010101001001110001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41716C; }

 p { color: rgb(65,113,108); }

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

<style>
 a { background-color: #41716C; }

 a { background-color: rgb(65,113,108); }

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

<style>
 span { border-color: #41716C; }

 span { border-color: rgb(65,113,108); }

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