#447066

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

Shades of Dark Green Copper #447066

Tints of Dark Green Copper #447066

Color information

#447066 (or 0x447066) is unknown color: approx Dark Green Copper. HEX triplet: 44, 70 and 66. RGB value is (68,112,102). Sum of RGB (Red+Green+Blue) = 68+112+102=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #447066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447066 is #BB8F99. Grayscale: #616161. Windows color (decimal): -12291994 or 6713412. OLE color: 6713412.

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

Color convert

RGB68112102-
CMYK0.3900.090.56
HSL166.36º24.44%35.29%-
HSV(B)166.36º39.29%43.92%-
XYZ10.5813.7814.67-
YUV97.7130.42106.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=24.11%
G=39.72%
B=36.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681121020.3900.090.56166.3624.4435.29
Hex447066270938a61823
Octal10416014647011702463043
Binary100010011100001100110100111010011110001010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447066; }

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

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

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

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

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

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

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

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