#447168

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

Shades of Dark Green Copper #447168

Tints of Dark Green Copper #447168

Color information

#447168 (or 0x447168) is unknown color: approx Dark Green Copper. HEX triplet: 44, 71 and 68. RGB value is (68,113,104). Sum of RGB (Red+Green+Blue) = 68+113+104=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #447168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447168 is #BB8E97. Grayscale: #626262. Windows color (decimal): -12291736 or 6844740. OLE color: 6844740.

HSL color Cylindrical-coordinate representation of color #447168: hue angle of 168º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447168 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB68113104-
CMYK0.4000.080.56
HSL168º24.86%35.49%-
HSV(B)168º39.82%44.31%-
XYZ10.7914.0415.24-
YUV98.52131.09106.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=23.86%
G=39.65%
B=36.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681131040.4000.080.5616824.8635.49
Hex447168280838a81923
Octal10416115050010702503143
Binary100010011100011101000101000010001110001010100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447168; }

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

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

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

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

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

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

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

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