#447468

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

Shades of Dark Green Copper #447468

Tints of Dark Green Copper #447468

Color information

#447468 (or 0x447468) is unknown color: approx Dark Green Copper. HEX triplet: 44, 74 and 68. RGB value is (68,116,104). Sum of RGB (Red+Green+Blue) = 68+116+104=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #447468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447468 is #BB8B97. Grayscale: #646464. Windows color (decimal): -12290968 or 6845508. OLE color: 6845508.

HSL color Cylindrical-coordinate representation of color #447468: hue angle of 165º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447468 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB68116104-
CMYK0.4100.100.55
HSL165º26.09%36.08%-
HSV(B)165º41.38%45.49%-
XYZ11.1314.7215.35-
YUV100.28130.1104.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=23.61%
G=40.28%
B=36.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681161040.4100.100.5516526.0936.08
Hex447468290A37a51a24
Octal10416415051012672453244
Binary100010011101001101000101001010101101111010010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447468; }

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

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

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

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

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

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

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

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