#447974

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

Shades of Dark Green Copper #447974

Tints of Dark Green Copper #447974

Color information

#447974 (or 0x447974) is unknown color: approx Dark Green Copper. HEX triplet: 44, 79 and 74. RGB value is (68,121,116). Sum of RGB (Red+Green+Blue) = 68+121+116=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #447974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447974 is #BB868B. Grayscale: #686868. Windows color (decimal): -12289676 or 7633220. OLE color: 7633220.

HSL color Cylindrical-coordinate representation of color #447974: hue angle of 174.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447974 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB68121116-
CMYK0.4400.040.53
HSL174.34º28.04%37.06%-
HSV(B)174.34º43.8%47.45%-
XYZ12.3716.1618.99-
YUV104.58134.44101.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=22.30%
G=39.67%
B=38.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681211160.4400.040.53174.3428.0437.06
Hex4479742C0435ae1c25
Octal1041711645404652563445
Binary10001001111001111010010110001001101011010111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447974; }

 p { color: rgb(68,121,116); }

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

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

 a { background-color: rgb(68,121,116); }

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

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

 span { border-color: rgb(68,121,116); }

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