#446E69

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

Shades of Dark Green Copper #446E69

Tints of Dark Green Copper #446E69

Color information

#446E69 (or 0x446E69) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6E and 69. RGB value is (68,110,105). Sum of RGB (Red+Green+Blue) = 68+110+105=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #446E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E69 is #BB9196. Grayscale: #606060. Windows color (decimal): -12292503 or 6909508. OLE color: 6909508.

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

Color convert

RGB68110105-
CMYK0.3800.050.57
HSL172.86º23.6%34.9%-
HSV(B)172.86º38.18%43.14%-
XYZ10.5113.415.4-
YUV96.87132.59107.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=24.03%
G=38.87%
B=37.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal681101050.3800.050.57172.8623.634.9
Hex446E69260539ad1823
Octal1041561514605712553043
Binary10001001101110110100110011001011110011010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,105); }

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

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

 a { background-color: rgb(68,110,105); }

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

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

 span { border-color: rgb(68,110,105); }

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