#447064

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

Shades of Dark Green Copper #447064

Tints of Dark Green Copper #447064

Color information

#447064 (or 0x447064) is unknown color: approx Dark Green Copper. HEX triplet: 44, 70 and 64. RGB value is (68,112,100). Sum of RGB (Red+Green+Blue) = 68+112+100=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #447064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447064 is #BB8F9B. Grayscale: #616161. Windows color (decimal): -12291996 or 6582340. OLE color: 6582340.

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

Color convert

RGB68112100-
CMYK0.3900.110.56
HSL163.64º24.44%35.29%-
HSV(B)163.64º39.29%43.92%-
XYZ10.4813.7414.16-
YUV97.48129.42106.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=24.29%
G=40%
B=35.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681121000.3900.110.56163.6424.4435.29
Hex447064270B38a41823
Octal10416014447013702443043
Binary100010011100001100100100111010111110001010010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447064; }

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

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

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

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

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

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

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

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