#446B64

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

Shades of Dark Green Copper #446B64

Tints of Dark Green Copper #446B64

Color information

#446B64 (or 0x446B64) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6B and 64. RGB value is (68,107,100). Sum of RGB (Red+Green+Blue) = 68+107+100=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #446B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B64 is #BB949B. Grayscale: #5E5E5E. Windows color (decimal): -12293276 or 6581060. OLE color: 6581060.

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

Color convert

RGB68107100-
CMYK0.3600.070.58
HSL169.23º22.29%34.31%-
HSV(B)169.23º36.45%41.96%-
XYZ9.9412.6613.98-
YUV94.54131.08109.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=24.73%
G=38.91%
B=36.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal681071000.3600.070.58169.2322.2934.31
Hex446B6424073Aa91622
Octal1041531444407722512642
Binary10001001101011110010010010001111110101010100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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