#41706A

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

Shades of Dark Green Copper #41706A

Tints of Dark Green Copper #41706A

Color information

#41706A (or 0x41706A) is unknown color: approx Dark Green Copper. HEX triplet: 41, 70 and 6A. RGB value is (65,112,106). Sum of RGB (Red+Green+Blue) = 65+112+106=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #41706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706A is #BE8F95. Grayscale: #616161. Windows color (decimal): -12488598 or 6975553. OLE color: 6975553.

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

Color convert

RGB65112106-
CMYK0.4200.050.56
HSL172.34º26.55%34.71%-
HSV(B)172.34º41.96%43.92%-
XYZ10.5813.7515.73-
YUV97.26132.93104.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=22.97%
G=39.58%
B=37.46%

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
Decimal651121060.4200.050.56172.3426.5534.71
Hex41706A2A0538ac1b23
Octal1011601525205702543343
Binary10000011110000110101010101001011110001010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41706A; }

 p { color: rgb(65,112,106); }

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

<style>
 a { background-color: #41706A; }

 a { background-color: rgb(65,112,106); }

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

<style>
 span { border-color: #41706A; }

 span { border-color: rgb(65,112,106); }

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