#447166

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

Shades of Dark Green Copper #447166

Tints of Dark Green Copper #447166

Color information

#447166 (or 0x447166) is unknown color: approx Dark Green Copper. HEX triplet: 44, 71 and 66. RGB value is (68,113,102). Sum of RGB (Red+Green+Blue) = 68+113+102=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #447166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447166 is #BB8E99. Grayscale: #626262. Windows color (decimal): -12291738 or 6713668. OLE color: 6713668.

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

Color convert

RGB68113102-
CMYK0.4000.100.56
HSL165.33º24.86%35.49%-
HSV(B)165.33º39.82%44.31%-
XYZ10.691414.71-
YUV98.29130.09106.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=24.03%
G=39.93%
B=36.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681131020.4000.100.56165.3324.8635.49
Hex447166280A38a51923
Octal10416114650012702453143
Binary100010011100011100110101000010101110001010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447166; }

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

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

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

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

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

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

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

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