#446864

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

Shades of Dark Green Copper #446864

Tints of Dark Green Copper #446864

Color information

#446864 (or 0x446864) is unknown color: approx Dark Green Copper. HEX triplet: 44, 68 and 64. RGB value is (68,104,100). Sum of RGB (Red+Green+Blue) = 68+104+100=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #446864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446864 is #BB979B. Grayscale: #5C5C5C. Windows color (decimal): -12294044 or 6580292. OLE color: 6580292.

HSL color Cylindrical-coordinate representation of color #446864: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446864 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB68104100-
CMYK0.3500.040.59
HSL173.33º20.93%33.73%-
HSV(B)173.33º34.62%40.78%-
XYZ9.6312.0513.87-
YUV92.78132.07110.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=25%
G=38.24%
B=36.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal681041000.3500.040.59173.3320.9333.73
Hex44686423043Bad1522
Octal1041501444304732552542
Binary10001001101000110010010001101001110111010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446864; }

 p { color: rgb(68,104,100); }

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

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

 a { background-color: rgb(68,104,100); }

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

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

 span { border-color: rgb(68,104,100); }

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