#446C64

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

Shades of Dark Green Copper #446C64

Tints of Dark Green Copper #446C64

Color information

#446C64 (or 0x446C64) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6C and 64. RGB value is (68,108,100). Sum of RGB (Red+Green+Blue) = 68+108+100=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #446C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C64 is #BB939B. Grayscale: #5F5F5F. Windows color (decimal): -12293020 or 6581316. OLE color: 6581316.

HSL color Cylindrical-coordinate representation of color #446C64: hue angle of 168º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #446C64 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB68108100-
CMYK0.3700.070.58
HSL168º22.73%34.51%-
HSV(B)168º37.04%42.35%-
XYZ10.0512.8714.01-
YUV95.13130.75108.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=24.64%
G=39.13%
B=36.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal681081000.3700.070.5816822.7334.51
Hex446C6425073Aa81723
Octal1041541444507722502743
Binary10001001101100110010010010101111110101010100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C64; }

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

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

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

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

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

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

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

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