#447F75

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

Shades of Dark Green Copper #447F75

Tints of Dark Green Copper #447F75

Color information

#447F75 (or 0x447F75) is unknown color: approx Dark Green Copper. HEX triplet: 44, 7F and 75. RGB value is (68,127,117). Sum of RGB (Red+Green+Blue) = 68+127+117=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #447F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F75 is #BB808A. Grayscale: #6C6C6C. Windows color (decimal): -12288139 or 7700292. OLE color: 7700292.

HSL color Cylindrical-coordinate representation of color #447F75: hue angle of 169.83º 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 #447F75 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB68127117-
CMYK0.4600.080.50
HSL169.83º30.26%38.24%-
HSV(B)169.83º46.46%49.8%-
XYZ13.1817.6919.55-
YUV108.22132.9599.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=21.79%
G=40.71%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271170.4600.080.50169.8330.2638.24
Hex447F752E0832aa1e26
Octal10417716556010622523646
Binary100010011111111110101101110010001100101010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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