#41756B

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

Shades of Dark Green Copper #41756B

Tints of Dark Green Copper #41756B

Color information

#41756B (or 0x41756B) is unknown color: approx Dark Green Copper. HEX triplet: 41, 75 and 6B. RGB value is (65,117,107). Sum of RGB (Red+Green+Blue) = 65+117+107=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #41756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756B is #BE8A94. Grayscale: #646464. Windows color (decimal): -12487317 or 7042369. OLE color: 7042369.

HSL color Cylindrical-coordinate representation of color #41756B: hue angle of 168.46º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41756B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB65117107-
CMYK0.4400.090.54
HSL168.46º28.57%35.69%-
HSV(B)168.46º44.44%45.88%-
XYZ11.214.9116.2-
YUV100.31131.77102.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=22.49%
G=40.48%
B=37.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651171070.4400.090.54168.4628.5735.69
Hex41756B2C0936a81d24
Octal10116515354011662503544
Binary100000111101011101011101100010011101101010100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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