#447165

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

Shades of Dark Green Copper #447165

Tints of Dark Green Copper #447165

Color information

#447165 (or 0x447165) is unknown color: approx Dark Green Copper. HEX triplet: 44, 71 and 65. RGB value is (68,113,101). Sum of RGB (Red+Green+Blue) = 68+113+101=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #447165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447165 is #BB8E9A. Grayscale: #626262. Windows color (decimal): -12291739 or 6648132. OLE color: 6648132.

HSL color Cylindrical-coordinate representation of color #447165: hue angle of 164º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447165 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB68113101-
CMYK0.4000.110.56
HSL164º24.86%35.49%-
HSV(B)164º39.82%44.31%-
XYZ10.6413.9814.45-
YUV98.18129.59106.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=24.11%
G=40.07%
B=35.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681131010.4000.110.5616424.8635.49
Hex447165280B38a41923
Octal10416114550013702443143
Binary100010011100011100101101000010111110001010010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447165; }

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

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

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

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

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

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

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

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