#447065

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

Shades of Dark Green Copper #447065

Tints of Dark Green Copper #447065

Color information

#447065 (or 0x447065) is unknown color: approx Dark Green Copper. HEX triplet: 44, 70 and 65. RGB value is (68,112,101). Sum of RGB (Red+Green+Blue) = 68+112+101=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #447065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447065 is #BB8F9A. Grayscale: #616161. Windows color (decimal): -12291995 or 6647876. OLE color: 6647876.

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

Color convert

RGB68112101-
CMYK0.3900.100.56
HSL165º24.44%35.29%-
HSV(B)165º39.29%43.92%-
XYZ10.5313.7614.41-
YUV97.59129.92106.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=24.20%
G=39.86%
B=35.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681121010.3900.100.5616524.4435.29
Hex447065270A38a51823
Octal10416014547012702453043
Binary100010011100001100101100111010101110001010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447065; }

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

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

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

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

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

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

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

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