#41716B

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

Shades of Dark Green Copper #41716B

Tints of Dark Green Copper #41716B

Color information

#41716B (or 0x41716B) is unknown color: approx Dark Green Copper. HEX triplet: 41, 71 and 6B. RGB value is (65,113,107). Sum of RGB (Red+Green+Blue) = 65+113+107=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #41716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716B is #BE8E94. Grayscale: #616161. Windows color (decimal): -12488341 or 7041345. OLE color: 7041345.

HSL color Cylindrical-coordinate representation of color #41716B: hue angle of 172.5º 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 #41716B is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB65113107-
CMYK0.4200.050.56
HSL172.5º26.97%34.9%-
HSV(B)172.5º42.48%44.31%-
XYZ10.741416.05-
YUV97.96133.1104.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=22.81%
G=39.65%
B=37.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651131070.4200.050.56172.526.9734.9
Hex41716B2A0538ac1b23
Octal1011611535205702543343
Binary10000011110001110101110101001011110001010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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