#447C75

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

Shades of Dark Green Copper #447C75

Tints of Dark Green Copper #447C75

Color information

#447C75 (or 0x447C75) is unknown color: approx Dark Green Copper. HEX triplet: 44, 7C and 75. RGB value is (68,124,117). Sum of RGB (Red+Green+Blue) = 68+124+117=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #447C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C75 is #BB838A. Grayscale: #6A6A6A. Windows color (decimal): -12288907 or 7699524. OLE color: 7699524.

HSL color Cylindrical-coordinate representation of color #447C75: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C75 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB68124117-
CMYK0.4500.060.51
HSL172.5º29.17%37.65%-
HSV(B)172.5º45.16%48.63%-
XYZ12.816.9319.42-
YUV106.46133.95100.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=22.01%
G=40.13%
B=37.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681241170.4500.060.51172.529.1737.65
Hex447C752D0633ac1d26
Octal1041741655506632543546
Binary10001001111100111010110110101101100111010110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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