#447F76

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

Shades of Dark Green Copper #447F76

Tints of Dark Green Copper #447F76

Color information

#447F76 (or 0x447F76) is unknown color: approx Dark Green Copper. HEX triplet: 44, 7F and 76. RGB value is (68,127,118). Sum of RGB (Red+Green+Blue) = 68+127+118=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #447F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F76 is #BB8089. Grayscale: #6C6C6C. Windows color (decimal): -12288138 or 7765828. OLE color: 7765828.

HSL color Cylindrical-coordinate representation of color #447F76: hue angle of 170.85º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F76 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB68127118-
CMYK0.4600.070.50
HSL170.85º30.26%38.24%-
HSV(B)170.85º46.46%49.8%-
XYZ13.2417.7219.86-
YUV108.33133.4599.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=21.73%
G=40.58%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271180.4600.070.50170.8530.2638.24
Hex447F762E0732ab1e26
Octal1041771665607622533646
Binary10001001111111111011010111001111100101010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F76; }

 p { color: rgb(68,127,118); }

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

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

 a { background-color: rgb(68,127,118); }

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

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

 span { border-color: rgb(68,127,118); }

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