#416964

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

Shades of Dark Green Copper #416964

Tints of Dark Green Copper #416964

Color information

#416964 (or 0x416964) is unknown color: approx Dark Green Copper. HEX triplet: 41, 69 and 64. RGB value is (65,105,100). Sum of RGB (Red+Green+Blue) = 65+105+100=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #416964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416964 is #BE969B. Grayscale: #5C5C5C. Windows color (decimal): -12490396 or 6580545. OLE color: 6580545.

HSL color Cylindrical-coordinate representation of color #416964: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416964 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB65105100-
CMYK0.3800.050.59
HSL172.5º23.53%33.33%-
HSV(B)172.5º38.1%41.18%-
XYZ9.5312.1513.9-
YUV92.47132.25108.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=24.07%
G=38.89%
B=37.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal651051000.3800.050.59172.523.5333.33
Hex41696426053Bac1821
Octal1011511444605732543041
Binary10000011101001110010010011001011110111010110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416964; }

 p { color: rgb(65,105,100); }

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

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

 a { background-color: rgb(65,105,100); }

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

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

 span { border-color: rgb(65,105,100); }

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