#447E75

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

Shades of Dark Green Copper #447E75

Tints of Dark Green Copper #447E75

Color information

#447E75 (or 0x447E75) is unknown color: approx Dark Green Copper. HEX triplet: 44, 7E and 75. RGB value is (68,126,117). Sum of RGB (Red+Green+Blue) = 68+126+117=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 126 - color contains mainly: green. Hex color #447E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E75 is #BB818A. Grayscale: #6B6B6B. Windows color (decimal): -12288395 or 7700036. OLE color: 7700036.

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

Color convert

RGB68126117-
CMYK0.4600.070.51
HSL170.69º29.9%38.04%-
HSV(B)170.69º46.03%49.41%-
XYZ13.0617.4419.51-
YUV107.63133.2899.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=21.86%
G=40.51%
B=37.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681261170.4600.070.51170.6929.938.04
Hex447E752E0733ab1e26
Octal1041761655607632533646
Binary10001001111110111010110111001111100111010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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