#447266

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

Shades of Dark Green Copper #447266

Tints of Dark Green Copper #447266

Color information

#447266 (or 0x447266) is unknown color: approx Dark Green Copper. HEX triplet: 44, 72 and 66. RGB value is (68,114,102). Sum of RGB (Red+Green+Blue) = 68+114+102=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #447266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447266 is #BB8D99. Grayscale: #626262. Windows color (decimal): -12291482 or 6713924. OLE color: 6713924.

HSL color Cylindrical-coordinate representation of color #447266: hue angle of 164.35º 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 #447266 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB68114102-
CMYK0.4000.110.55
HSL164.35º25.27%35.69%-
HSV(B)164.35º40.35%44.71%-
XYZ10.814.2214.75-
YUV98.88129.76105.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=23.94%
G=40.14%
B=35.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141020.4000.110.55164.3525.2735.69
Hex447266280B37a41924
Octal10416214650013672443144
Binary100010011100101100110101000010111101111010010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447266; }

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

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

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

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

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

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

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

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