#446D63

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

Shades of Dark Green Copper #446D63

Tints of Dark Green Copper #446D63

Color information

#446D63 (or 0x446D63) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6D and 63. RGB value is (68,109,99). Sum of RGB (Red+Green+Blue) = 68+109+99=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #446D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D63 is #BB929C. Grayscale: #5F5F5F. Windows color (decimal): -12292765 or 6516036. OLE color: 6516036.

HSL color Cylindrical-coordinate representation of color #446D63: hue angle of 165.37º 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 #446D63 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB6810999-
CMYK0.3800.090.57
HSL165.37º23.16%34.71%-
HSV(B)165.37º37.61%42.75%-
XYZ10.113.0713.79-
YUV95.6129.92108.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=24.64%
G=39.49%
B=35.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68109990.3800.090.57165.3723.1634.71
Hex446D63260939a51723
Octal10415514346011712452743
Binary100010011011011100011100110010011110011010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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