#447268

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

Shades of Dark Green Copper #447268

Tints of Dark Green Copper #447268

Color information

#447268 (or 0x447268) is unknown color: approx Dark Green Copper. HEX triplet: 44, 72 and 68. RGB value is (68,114,104). Sum of RGB (Red+Green+Blue) = 68+114+104=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #447268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447268 is #BB8D97. Grayscale: #636363. Windows color (decimal): -12291480 or 6844996. OLE color: 6844996.

HSL color Cylindrical-coordinate representation of color #447268: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447268 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB68114104-
CMYK0.4000.090.55
HSL166.96º25.27%35.69%-
HSV(B)166.96º40.35%44.71%-
XYZ10.914.2615.28-
YUV99.11130.76105.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=23.78%
G=39.86%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141040.4000.090.55166.9625.2735.69
Hex447268280937a71924
Octal10416215050011672473144
Binary100010011100101101000101000010011101111010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447268; }

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

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

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

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

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

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

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

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