#446F6A

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

Shades of Dark Green Copper #446F6A

Tints of Dark Green Copper #446F6A

Color information

#446F6A (or 0x446F6A) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6F and 6A. RGB value is (68,111,106). Sum of RGB (Red+Green+Blue) = 68+111+106=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #446F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F6A is #BB9095. Grayscale: #616161. Windows color (decimal): -12292246 or 6975300. OLE color: 6975300.

HSL color Cylindrical-coordinate representation of color #446F6A: hue angle of 173.02º 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 #446F6A is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB68111106-
CMYK0.3900.050.56
HSL173.02º24.02%35.1%-
HSV(B)173.02º38.74%43.53%-
XYZ10.6713.6415.71-
YUV97.57132.75106.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=23.86%
G=38.95%
B=37.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681111060.3900.050.56173.0224.0235.1
Hex446F6A270538ad1823
Octal1041571524705702553043
Binary10001001101111110101010011101011110001010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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