#44786B

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

Shades of Dark Green Copper #44786B

Tints of Dark Green Copper #44786B

Color information

#44786B (or 0x44786B) is unknown color: approx Dark Green Copper. HEX triplet: 44, 78 and 6B. RGB value is (68,120,107). Sum of RGB (Red+Green+Blue) = 68+120+107=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #44786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44786B is #BB8794. Grayscale: #666666. Windows color (decimal): -12289941 or 7043140. OLE color: 7043140.

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

Color convert

RGB68120107-
CMYK0.4300.110.53
HSL165º27.66%36.86%-
HSV(B)165º43.33%47.06%-
XYZ11.7515.7216.33-
YUV102.97130.27103.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=23.05%
G=40.68%
B=36.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681201070.4300.110.5316527.6636.86
Hex44786B2B0B35a51c25
Octal10417015353013652453445
Binary100010011110001101011101011010111101011010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44786B; }

 p { color: rgb(68,120,107); }

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

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

 a { background-color: rgb(68,120,107); }

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

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

 span { border-color: rgb(68,120,107); }

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