#447063

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

Shades of Dark Green Copper #447063

Tints of Dark Green Copper #447063

Color information

#447063 (or 0x447063) is unknown color: approx Dark Green Copper. HEX triplet: 44, 70 and 63. RGB value is (68,112,99). Sum of RGB (Red+Green+Blue) = 68+112+99=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #447063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447063 is #BB8F9C. Grayscale: #616161. Windows color (decimal): -12291997 or 6516804. OLE color: 6516804.

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

Color convert

RGB6811299-
CMYK0.3900.120.56
HSL162.27º24.44%35.29%-
HSV(B)162.27º39.29%43.92%-
XYZ10.4313.7213.9-
YUV97.36128.92107.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=24.37%
G=40.14%
B=35.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112990.3900.120.56162.2724.4435.29
Hex447063270C38a21823
Octal10416014347014702423043
Binary100010011100001100011100111011001110001010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447063; }

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

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

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

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

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

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

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

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