#446F68

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

Shades of Dark Green Copper #446F68

Tints of Dark Green Copper #446F68

Color information

#446F68 (or 0x446F68) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6F and 68. RGB value is (68,111,104). Sum of RGB (Red+Green+Blue) = 68+111+104=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #446F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F68 is #BB9097. Grayscale: #616161. Windows color (decimal): -12292248 or 6844228. OLE color: 6844228.

HSL color Cylindrical-coordinate representation of color #446F68: hue angle of 170.23º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F68 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB68111104-
CMYK0.3900.060.56
HSL170.23º24.02%35.1%-
HSV(B)170.23º38.74%43.53%-
XYZ10.5713.615.16-
YUV97.34131.75107.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=24.03%
G=39.22%
B=36.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681111040.3900.060.56170.2324.0235.1
Hex446F68270638aa1823
Octal1041571504706702523043
Binary10001001101111110100010011101101110001010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,111,104); }

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

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

 a { background-color: rgb(68,111,104); }

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

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

 span { border-color: rgb(68,111,104); }

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