#41746F

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

Shades of Dark Green Copper #41746F

Tints of Dark Green Copper #41746F

Color information

#41746F (or 0x41746F) is unknown color: approx Dark Green Copper. HEX triplet: 41, 74 and 6F. RGB value is (65,116,111). Sum of RGB (Red+Green+Blue) = 65+116+111=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #41746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41746F is #BE8B90. Grayscale: #646464. Windows color (decimal): -12487569 or 7304257. OLE color: 7304257.

HSL color Cylindrical-coordinate representation of color #41746F: hue angle of 174.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41746F is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB65116111-
CMYK0.4400.040.55
HSL174.12º28.18%35.49%-
HSV(B)174.12º43.97%45.49%-
XYZ11.2914.7617.29-
YUV100.18134.1102.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=22.26%
G=39.73%
B=38.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161110.4400.040.55174.1228.1835.49
Hex41746F2C0437ae1c23
Octal1011641575404672563443
Binary10000011110100110111110110001001101111010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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