#446D64

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

Shades of Dark Green Copper #446D64

Tints of Dark Green Copper #446D64

Color information

#446D64 (or 0x446D64) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6D and 64. RGB value is (68,109,100). Sum of RGB (Red+Green+Blue) = 68+109+100=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #446D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D64 is #BB929B. Grayscale: #5F5F5F. Windows color (decimal): -12292764 or 6581572. OLE color: 6581572.

HSL color Cylindrical-coordinate representation of color #446D64: hue angle of 166.83º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D64 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB68109100-
CMYK0.3800.080.57
HSL166.83º23.16%34.71%-
HSV(B)166.83º37.61%42.75%-
XYZ10.1513.0914.05-
YUV95.72130.42108.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=24.55%
G=39.35%
B=36.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal681091000.3800.080.57166.8323.1634.71
Hex446D64260839a71723
Octal10415514446010712472743
Binary100010011011011100100100110010001110011010011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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